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 May 17, 2017
1 parent 29ed5e4 commit a2501d8
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion app/side-menu/components/about-app.html
Expand Up @@ -8,7 +8,7 @@
Version
</span>
<div class="pull-right text-gray">
<span>1.5.1</span>
<span>1.5.2</span>
</div>
</div>

Expand Down
2 changes: 1 addition & 1 deletion content/index.html
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<meta charset="utf-8" />
<title>Stargazer Wallet 1.5.1</title>
<title>Stargazer Wallet 1.5.2</title>
<link rel="stylesheet" type="text/css" href="css/ionic.min.css">
<link rel="stylesheet" type="text/css" href="css/style.css">
<link rel="stylesheet" type="text/css" href="css/roboto.css">
Expand Down
2 changes: 1 addition & 1 deletion electron/package.json
@@ -1,7 +1,7 @@
{
"name": "Stargazer",
"description": "A mobile/desktop wallet for the Stellar payments network",
"version": "1.5.1",
"version": "1.5.2",
"author": "Future Tense <johan.sten@gmail.com>",
"main": "index.js",
"license": "AGPL-3.0",
Expand Down
2 changes: 1 addition & 1 deletion ionic/config.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<widget android-versionCode="10011" id="io.futuretense.stargazer.wallet" version="1.5.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<widget android-versionCode="10012" id="io.futuretense.stargazer.wallet" version="1.5.2" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>Stargazer</name>
<description>
An Ionic Framework and Cordova project.
Expand Down
2 changes: 1 addition & 1 deletion ionic/package.json
@@ -1,6 +1,6 @@
{
"name": "stargazer-wallet",
"version": "1.5.1",
"version": "1.5.2",
"description": "ionic: An Ionic project",
"dependencies": {
"gulp": "^3.5.6",
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "Stargazer",
"version": "1.5.1",
"version": "1.5.2",
"description": "",
"main": "dist/index.html",
"private": true,
Expand Down

0 comments on commit a2501d8

Please sign in to comment.