diff --git a/config.xml b/config.xml index 70d766ab..aaac6086 100644 --- a/config.xml +++ b/config.xml @@ -1,5 +1,5 @@ - + Adapt It Mobile An open source application for translating between related languages. diff --git a/package.json b/package.json index e5f2573d..5f2c5733 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "adapt-it-mobile", - "version": "1.15.0", + "version": "1.16.0", "description": "Adapt It Mobile", "repository": { "type": "git", diff --git a/www/js/Application.js b/www/js/Application.js index 11ec0bc1..308f5a19 100755 --- a/www/js/Application.js +++ b/www/js/Application.js @@ -79,8 +79,8 @@ define(function (require) { searchIndex: 0, currentProject: null, localURLs: [], - version: "1.15.2", // appended with Android / iOS build info - AndroidBuild: "51", // (was milestone release #) + version: "1.16.0", // appended with Android / iOS build info + AndroidBuild: "52", // (was milestone release #) iOSBuild: "1", // iOS uploaded build number for this release (increments from 1 for each release) importingURL: "", // for other apps in Android-land sending us files to import