Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
MathieuNls committed Jul 19, 2016
1 parent 2f09f7b commit 370f2ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
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:0px; color: white;">v.0.0.5</i>
<i style="z-index: 10; display: block; position:absolute; top:0px; color: white;">v.0.0.6</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
3 changes: 2 additions & 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.0.5" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<widget id="Toolwatch.Toolwatch" version="0.0.6" 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 Expand Up @@ -70,6 +70,7 @@
<icon src="resources/wp8/icon/Background.png" width="159" height="159"/>
<splash src="resources/wp8/splash/SplashScreenImage.png" width="768" height="1280"/>
</platform>
<preference name="KeyboardDisplayRequiresUserAction" value="false" />
<preference name="webviewbounce" value="false"/>
<preference name="UIWebViewBounce" value="false"/>
<preference name="DisallowOverscroll" value="true"/>
Expand Down

0 comments on commit 370f2ae

Please sign in to comment.