From 51157a42ebf707680eaeb3bf4e6ad46339d08ac6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johan=20Ste=CC=81n?= Date: Wed, 1 Mar 2017 20:46:06 +0800 Subject: [PATCH] Bump version --- app/side-menu/views/index.html | 2 +- content/index.html | 2 +- electron/package.json | 2 +- package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/side-menu/views/index.html b/app/side-menu/views/index.html index bab8769..77f3c4f 100644 --- a/app/side-menu/views/index.html +++ b/app/side-menu/views/index.html @@ -3,7 +3,7 @@

Stargazer

-
v1.1.0
+
v1.2.0
diff --git a/content/index.html b/content/index.html index 1ac2af0..d49ed09 100644 --- a/content/index.html +++ b/content/index.html @@ -2,7 +2,7 @@ - Stargazer Wallet 1.1.0 + Stargazer Wallet 1.2.0 diff --git a/electron/package.json b/electron/package.json index 632aa63..55b5644 100644 --- a/electron/package.json +++ b/electron/package.json @@ -1,7 +1,7 @@ { "name": "Stargazer", "description": "A mobile/desktop wallet for the Stellar payments network", - "version": "1.1.0", + "version": "1.2.0", "author": "Future Tense ", "main": "index.js", "license": "AGPL-3.0", diff --git a/package.json b/package.json index 2eee0bf..1474b38 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Stargazer", - "version": "1.1.0", + "version": "1.2.0", "description": "", "main": "dist/index.html", "private": true,