Skip to content

Commit

Permalink
bump version to 0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
luckyyang committed Jun 23, 2020
1 parent b1c7645 commit d4a7122
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "synapse-extension",
"version": "0.0.5",
"version": "0.0.6",
"description": "Synapse extension is a wallet for Nervos CKB",
"scripts": {
"build": "webpack --config webpack.prod.js",
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Synapse extension",
"description": "Synapse extension is a wallet for Nervos CKB",
"version": "0.0.5",
"version": "0.0.6",
"options_page": "",
"background": {
"scripts": ["js/browser-polyfill.js", "js/background.js"],
Expand Down

0 comments on commit d4a7122

Please sign in to comment.