Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
MathieuNls committed Jul 31, 2016
1 parent 4713576 commit 9747606
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ class MyApp {
}

private initializeGA(){
GAService.appVersion = "0.6.78";
GAService.appVersion = "0.7.0";
if(this.platform.is('ios')){
GAService.appName = "ios";
}else{
Expand Down
2 changes: 1 addition & 1 deletion app/pages/header/header.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<i style="z-index: 10; display: block; position:absolute; top:8%; color: white;">v0.6.78</i>
<i style="z-index: 10; display: block; position:absolute; top:8%; color: white;">v0.7.0</i>
<ion-icon (click)="onBack()" *ngIf="back" class="header left" name="md-arrow-back"></ion-icon>
<ion-icon (click)="onChat()" *ngIf="chat" class="header right" name="ios-chatbubbles"></ion-icon>

Expand Down
2 changes: 1 addition & 1 deletion config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<widget id="Toolwatch.Toolwatch" version="0.6.78" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<widget id="Toolwatch.Toolwatch" version="0.7.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>Toolwatch</name>
<description>Measure the precision of your mechanical watches</description>
<author email="[email protected]" href="https://toolwatch.io/">Mathieu Nayrolles</author>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@
],
"cordovaPlatforms": [],
"name": "Toolwatch",
"version": "0.6.78",
"version": "0.7.0",
"description": "Measure the precision of your mechanical watches"
}

0 comments on commit 9747606

Please sign in to comment.