Skip to content

Commit

Permalink
Version 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jessicagood committed Aug 20, 2018
1 parent fa53571 commit a8451ce
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 @@ -4,7 +4,7 @@

<widget
id="org.strabospot.strabo"
version="1.4.1"
version="1.5.0"
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
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="1.4.1"
version="1.5.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": "1.4.1",
"version": "1.5.0",
"description": "StraboSpot is a cross-platform app for geologic field data acquisition.",
"dependencies": {
"@ionic/v1-toolkit": "^1.0.4",
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.1</b>
<b>StraboSpot v1.5.0</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.1</small>
<small>version 1.5.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 a8451ce

Please sign in to comment.