Skip to content
This repository has been archived by the owner on Feb 25, 2019. It is now read-only.

Commit

Permalink
v1.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
imloama committed Jan 12, 2018
1 parent ad31fc7 commit 0d1ca87
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<widget id="com.github.stellarcn.firefly" version="1.2.4" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<widget id="com.github.stellarcn.firefly" version="1.2.5" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>firefly</name>
<description>
stellar wallet
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": "firefly",
"version": "1.2.4",
"version": "1.2.5",
"description": "stellar mobile wallet",
"author": "",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion src/api/gateways.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import axios from 'axios'
export const APP_NAME = 'firefly'

//app版本号
export const APP_VERSION = '1.2.4'
export const APP_VERSION = '1.2.5'

export const APP_GITHUB = 'https://github.com/stellarcn/firefly'

Expand Down

0 comments on commit 0d1ca87

Please sign in to comment.