Skip to content

Commit

Permalink
chore: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
DophinL committed Dec 28, 2018
1 parent f4eb98a commit 8e84e46
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "GScatter-web-extension",
"version": "0.0.4",
"version": "0.0.5",
"description": "",
"main": "index.js",
"scripts": {
Expand All @@ -25,7 +25,7 @@
"extension-streams": "^1.0.7",
"fcbuffer": "^2.2.1",
"gxc-frontend-base": "^0.1.0",
"gxclient": "^1.5.7",
"gxclient": "^1.5.8",
"lodash": "^4.17.11",
"ridl": "^0.1.0",
"scrypt-async": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion src/copied/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "GScatter",
"description": "Decentralized signature, identity and authentication system.",
"version": "0.0.4",
"version": "0.0.5",
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"browser_action": {
"default_icon": "icon.png",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2812,9 +2812,9 @@ [email protected], gxc-frontend-base@^0.1.0, "gxc-frontend-base@github:gxc
gxbjs "^1.2.89"
lodash "^4.17.10"

gxclient@^1.5.7:
version "1.5.7"
resolved "https://registry.yarnpkg.com/gxclient/-/gxclient-1.5.7.tgz#5c3a769b9b1a4c5ecf3893c17ad4fc88082d0e99"
gxclient@^1.5.8:
version "1.5.8"
resolved "https://registry.yarnpkg.com/gxclient/-/gxclient-1.5.8.tgz#26923b8cd02af1bda0d30e1292b37f585b88d1f2"
dependencies:
babel-runtime "^6.26.0"
chalk "^2.4.1"
Expand Down

0 comments on commit 8e84e46

Please sign in to comment.