Skip to content

Commit 50629fe

Browse files
committed
Merge branch 'fix/1.3.2' into released
2 parents daa366d + 6faa2cd commit 50629fe

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "maskbook",
3-
"version": "1.3.0",
3+
"version": "1.3.2",
44
"private": true,
55
"dependencies": {
66
"@material-ui/core": "^3.9.2",

Diff for: public/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "http://json.schemastore.org/chrome-manifest",
33
"name": "Maskbook",
4-
"version": "1.3.0",
4+
"version": "1.3.2",
55
"manifest_version": 2,
66
"content_scripts": [
77
{

Diff for: src/key-management/gun.ts

-1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,5 @@ interface MaskbookDemoServerState {
2929
}
3030
}
3131
export const gun = new Gun<MaskbookDemoServerState>([
32-
'https://gungame.herokuapp.com/gun',
3332
'http://172.104.123.119:8765/gun',
3433
]).get('maskbook')

0 commit comments

Comments
 (0)