diff --git a/config.xml b/config.xml index da2a238b..4bb8930b 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/www/js/Application.js b/www/js/Application.js index 7917c72e..87805b1c 100755 --- a/www/js/Application.js +++ b/www/js/Application.js @@ -81,7 +81,7 @@ define(function (require) { localURLs: [], version: "1.13.0", // appended with Android / iOS build info AndroidBuild: "46", // (was milestone release #) - iOSBuild: "1", // iOS uploaded build number for this release (increments from 1 for each release) + iOSBuild: "3", // 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 // Utility function from https://www.sobyte.net/post/2022-02/js-crypto-randomuuid/