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

Commit

Permalink
bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
kendricktan committed Oct 29, 2017
1 parent c11fb82 commit fe9b864
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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="io.zensystem.zencashwallet" version="0.0.6" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<widget id="io.zensystem.zencashwallet" version="0.0.7" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>ZEN Wallet</name>
<description>
ZEN 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": "zencash-mobile",
"version": "0.0.6",
"version": "0.0.7",
"description": "Mobile Wallet for ZENCash",
"main": "index.js",
"scripts": {
Expand Down
6 changes: 3 additions & 3 deletions www/bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -143280,7 +143280,7 @@ var GERMAN_TRANSLATION = exports.GERMAN_TRANSLATION = {
contacts: 'Kontakte',
contactsName: 'Name',
contactsAddress: 'Adresse',
noContactsFound: 'No contacts found.'
noContactsFound: 'Keine Kontakte gefunden.'
}
};

Expand Down Expand Up @@ -143694,7 +143694,7 @@ var RUSSIAN_TRANSLATION = exports.RUSSIAN_TRANSLATION = {
contacts: 'Контакты',
contactsName: 'Имя',
contactsAddress: 'Адрес',
noContactsFound: 'No contacts found.'
noContactsFound: 'Контакты не найдены.'
}
};

Expand Down Expand Up @@ -144006,7 +144006,7 @@ var SWEDISH_TRANSLATION = exports.SWEDISH_TRANSLATION = {
contacts: 'Kontakter',
contactsName: 'Namn',
contactsAddress: 'Adress',
noContactsFound: 'No contacts found.'
noContactsFound: 'Inga kontakter hittade.'
}
};

Expand Down
2 changes: 1 addition & 1 deletion www/bundle.js.map

Large diffs are not rendered by default.

0 comments on commit fe9b864

Please sign in to comment.