Skip to content

Commit

Permalink
Update version number, re #658
Browse files Browse the repository at this point in the history
  • Loading branch information
chiatt committed Nov 18, 2021
1 parent f47bf47 commit 64dd5a6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions 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="org.archesproject.archescollector" version="0.2.2" xmlns="http://www.w3.org/ns/widgets" xmlns:android="http://schemas.android.com/apk/res/android" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<widget id="org.archesproject.archescollector" version="0.3.0" xmlns="http://www.w3.org/ns/widgets" xmlns:android="http://schemas.android.com/apk/res/android" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>ArchesCollector</name>
<description>
A mobile app to manage Arches resources
Expand Down Expand Up @@ -45,5 +45,6 @@
<string>need photo library access to save pictures there</string>
</edit-config>
<engine name="browser" spec="^5.0.3" />
<engine name="android" spec="^7.1.4" />
<engine name="android" spec="~7.1.4" />
<icon src="icon-ios.png" width="1024" height="1024" />
</widget>
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "arches_mobile",
"version": "0.2.2",
"version": "0.3.0",
"description": "A mobile app to manage Arches resources",
"author": "Farallon Geographics, Inc.",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion src/app/servers/components/ServerListPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<v-ons-col><v-ons-icon icon="fa-info-circle" @click="appInfoVisible = !appInfoVisible"></v-ons-icon></v-ons-col>
</v-ons-row>
<v-ons-toast :visible.sync="appInfoVisible" animation="ascend">
Arches Collector Version 0.2.2
Arches Collector Version 0.3.0
<button @click="appInfoVisible = false">X</button>
</v-ons-toast>
</div>
Expand Down

0 comments on commit 64dd5a6

Please sign in to comment.