Skip to content

Commit

Permalink
rev version number
Browse files Browse the repository at this point in the history
  • Loading branch information
usernamenumber committed Oct 10, 2016
1 parent f286c7e commit a478daf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/environment.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ module.exports = function(environment) {

APP: {
// This should match the version number in cordova/config.xml
version: '1.0.3',
version: '1.0.4',
bookOnlyMode: true,
defaultBook: false,
// Set this to false to have no default
Expand Down
3 changes: 2 additions & 1 deletion cordova/config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<widget id="org.tunapanda.funzoapp" version="1.0.2" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<widget id="org.tunapanda.funzoapp" version="1.0.4" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>Certell eLibrary</name>
<description>
A reader for learning content distributed by Certell (certell.org)
Expand Down Expand Up @@ -87,4 +87,5 @@
</platform>
<plugin name="cordova-plugin-device" spec="~1.1.3" />
<plugin name="cordova-plugin-geolocation" spec="~2.4.0" />
<plugin name="cordova-plugin-file" spec="~4.2.0" />
</widget>

0 comments on commit a478daf

Please sign in to comment.