Skip to content

Commit

Permalink
Merge branch 'fix/1.3.2' into released
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack-Works committed Jun 3, 2019
2 parents daa366d + 6faa2cd commit 50629fe
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "maskbook",
"version": "1.3.0",
"version": "1.3.2",
"private": true,
"dependencies": {
"@material-ui/core": "^3.9.2",
Expand Down
2 changes: 1 addition & 1 deletion public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "http://json.schemastore.org/chrome-manifest",
"name": "Maskbook",
"version": "1.3.0",
"version": "1.3.2",
"manifest_version": 2,
"content_scripts": [
{
Expand Down
1 change: 0 additions & 1 deletion src/key-management/gun.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,5 @@ interface MaskbookDemoServerState {
}
}
export const gun = new Gun<MaskbookDemoServerState>([
'https://gungame.herokuapp.com/gun',
'http://172.104.123.119:8765/gun',
]).get('maskbook')

0 comments on commit 50629fe

Please sign in to comment.