Skip to content

Commit

Permalink
Increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
ianngiaw committed Nov 12, 2015
1 parent ccc42e0 commit 5f108dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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="com.getletterbox.letterbox" version="0.1.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<widget id="com.getletterbox.letterbox" version="0.1.2" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>Letterbox</name>
<description>
A dating app where your opinions and mindsets matter.
Expand Down
2 changes: 1 addition & 1 deletion www/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ angular.module('letterbox', ['ionic',
.constant('VERSION', {
major: 0,
minor: 1,
revision: 1
revision: 2
})

.run(function($ionicPlatform, $rootScope, eventbus) {
Expand Down

0 comments on commit 5f108dc

Please sign in to comment.