Skip to content
This repository was archived by the owner on Jan 1, 2026. It is now read-only.

Commit bc18c96

Browse files
committed
Bump to 0.2.0
1 parent 1e7311c commit bc18c96

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version='1.0' encoding='utf-8'?>
2-
<widget android-versionCode="391000" id="io.getcanoe.canoe" ios-CFBundleVersion="0.1.1" version="0.1.1">
2+
<widget android-versionCode="391000" id="io.getcanoe.canoe" ios-CFBundleVersion="0.2.0" version="0.2.0">
33
<name>Canoe</name>
44
<description>
55
Canoe RaiBlocks Wallet

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "canoe",
33
"description": "A Secure Cross Platform RaiBlocks Wallet",
44
"author": "Göran Krampe",
5-
"version": "0.1.1",
5+
"version": "0.2.0",
66
"keywords": [
77
"raiblocks",
88
"wallet"
@@ -183,4 +183,4 @@
183183
"cordova-custom-config": {}
184184
}
185185
}
186-
}
186+
}

upload.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VER=0.1.1
1+
VER=0.2.0
22
DESTINATION=website@getcanoe.io:/var/www/html/download/
33

44
cd webkitbuilds/Canoe

0 commit comments

Comments
 (0)