Skip to content
This repository has been archived by the owner on Jun 11, 2022. It is now read-only.

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
johansten committed Mar 1, 2017
1 parent fcf56da commit 51157a4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/side-menu/views/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<ion-content scrollbar-y="false">
<div style="display:flex;flex-direction:column;align-items:center;color:#ECECEC;padding:20px 0;border-bottom:1px solid #495867;background-color:#2C3E50">
<h1 style="color:#ECECEC">Stargazer</h1>
<div>v1.1.0</div>
<div>v1.2.0</div>
</div>

<ion-list show-reorder="showReorder">
Expand Down
2 changes: 1 addition & 1 deletion content/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<meta charset="utf-8" />
<title>Stargazer Wallet 1.1.0</title>
<title>Stargazer Wallet 1.2.0</title>
<link rel="stylesheet" type="text/css" href="css/ionic.min.css">
<link rel="stylesheet" type="text/css" href="css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="css/icons.css">
Expand Down
2 changes: 1 addition & 1 deletion electron/package.json
Original file line number Diff line number Diff line change
@@ -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 <johan.sten@gmail.com>",
"main": "index.js",
"license": "AGPL-3.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Stargazer",
"version": "1.1.0",
"version": "1.2.0",
"description": "",
"main": "dist/index.html",
"private": true,
Expand Down

0 comments on commit 51157a4

Please sign in to comment.