Skip to content

Commit

Permalink
v1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jessicagood committed Jul 16, 2018
1 parent d882110 commit 7d7926d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion config.ionic.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<widget
id="org.strabospot.strabo"
version="1.4.0"
version="1.4.1"
xmlns="http://www.w3.org/ns/widgets"
xmlns:cdv="http://cordova.apache.org/ns/1.0"
xmlns:gap="http://phonegap.com/ns/1.0">
Expand Down
3 changes: 1 addition & 2 deletions config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<widget
id="gov.az.azgs.strabomobile"
version="1.4.0"
version="1.4.1"
xmlns="http://www.w3.org/ns/widgets"
xmlns:gap="http://phonegap.com/ns/1.0">
<name>Strabo Mobile</name>
Expand Down Expand Up @@ -63,7 +63,6 @@
<plugin name="cordova-plugin-statusbar" spec="^2.4.2" />
<plugin name="cordova-plugin-whitelist" spec="^1.3.3" />
<plugin name="cordova-sqlite-evcore-extbuild-free" spec="^0.9.7" />
<!--<plugin name="cordova-sqlite-storage" spec="^2.3.2" /> CANNOT USE WITH PHONEGAP BUILD -->
<plugin name="org.strabospot.clipboard" spec="https://github.com/StraboSpot/clipboard_plugin" />
<engine name="android" spec="~7.0.0" />
<engine name="ios" spec="~4.5.4" />
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": "StraboSpot",
"version": "1.4.0",
"version": "1.4.1",
"description": "StraboSpot is a cross-platform app for geologic field data acquisition.",
"dependencies": {
"cordova-android": "7.0.0",
Expand Down
2 changes: 1 addition & 1 deletion www/app/about/about.directive.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div class='padding'>
<b>StraboSpot v1.4.0</b>
<b>StraboSpot v1.4.1</b>
<br><br>
Website: <a href='#' onclick='window.open("https://strabospot.org/", "_system", "location=yes"); return false;'>https://strabospot.org/</a>
<br>
Expand Down
2 changes: 1 addition & 1 deletion www/app/login/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
Create an account
</a>
<p class='create-account-text'>
<small>version 1.4.0</small>
<small>version 1.4.1</small>
</p>
</div>
<button class='button icon-left button-positive button-small ion-forward pull-right skip' ng-click='vm.skip()'>
Expand Down

0 comments on commit 7d7926d

Please sign in to comment.