Skip to content

Commit

Permalink
version 0.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jessicagood committed May 23, 2017
1 parent dd9361a commit ba4f7f3
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion config.ionic.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<!-- Config for Ionic Platform Build -->

<widget id="org.strabospot.strabo"
version="0.18.9"
version="0.19.0"
xmlns="http://www.w3.org/ns/widgets"
xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>StraboSpot</name>
Expand Down
2 changes: 1 addition & 1 deletion 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="0.18.9"
version="0.19.0"
xmlns="http://www.w3.org/ns/widgets"
xmlns:gap="http://phonegap.com/ns/1.0">
<name>Strabo Mobile</name>
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": "0.18.9",
"version": "0.19.0",
"description": "StraboSpot: An app for Structural Geology and Tectonics (SG&T)",
"dependencies": {
"gulp": "^3.5.6",
Expand Down
2 changes: 1 addition & 1 deletion www/app/about/about.directive.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
The entire Strabo Spot project is still in development and as such the mobile app is only available for approved beta
testers from the Google Play Store and through TestFlight for iOS.
<br><br>
Current Version 0.18.9
Current Version 0.19.0
<br><br>
<!--<div ng-hide='vm.isWeb'>
<button ng-click='vm.checkForUpdates()'
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 0.18.9</small>
<small>version 0.19.0</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 ba4f7f3

Please sign in to comment.