Skip to content

Commit

Permalink
chore(release): bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
MathieuNls committed Nov 3, 2016
1 parent 0dbb1ac commit 0c314fb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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.7.55" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<widget id="Toolwatch.Toolwatch" version="0.8.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 @@ -45,7 +45,7 @@
"cordova-plugin-statusbar",
"ionic-plugin-keyboard"
],
"version": "0.7.55",
"version": "0.8.0",
"cordovaPlatforms": [],
"config": {
"commitizen": {
Expand Down
2 changes: 1 addition & 1 deletion src/components/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.7.55</i>
<i style="z-index: 10; display: block; position:absolute; top:8%; color: white;">v0.8.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

0 comments on commit 0c314fb

Please sign in to comment.