Skip to content

Commit

Permalink
Bump 1.0.23
Browse files Browse the repository at this point in the history
  • Loading branch information
dderevjanik committed Feb 13, 2021
1 parent 159d2c6 commit b5bcbcf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"48": "icon48.png",
"128": "icon128.png"
},
"version": "1.22",
"version": "1.23",
"author": "Daniel Derevjanik <daniel.derevjanik@gmail.com>",
"offline_enabled": true,
"browser_action": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "github-vscode-icons",
"version": "1.0.22",
"version": "1.0.23",
"description": "show vscode-icons in github repository",
"main": "index.js",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/ManifestChrome.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const manifest = {
'48': 'icon48.png',
'16': 'icon16.png'
},
version: '1.22',
version: '1.23',
author: 'Daniel Derevjanik <daniel.derevjanik@gmail.com>',
offline_enabled: true,
browser_action: {
Expand Down

0 comments on commit b5bcbcf

Please sign in to comment.