Skip to content

Commit

Permalink
Merge pull request #572 from eb1/master
Browse files Browse the repository at this point in the history
Bump version to 1.16.1
  • Loading branch information
eb1 authored Apr 5, 2024
2 parents db39bfb + 784ab11 commit 92842c8
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 6 deletions.
5 changes: 3 additions & 2 deletions config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<widget android-versionCode="52" defaultlocale="en" id="org.adaptit.adaptitmobile" ios-CFBundleVersion="1" version="1.16.0" xmlns="http://www.w3.org/ns/widgets" xmlns:android="http://schemas.android.com/apk/res/android" xmlns:cdv="http://cordova.apache.org/ns/1.0" xmlns:gap="http://phonegap.com/ns/1.0">
<widget android-versionCode="53" defaultlocale="en" id="org.adaptit.adaptitmobile" ios-CFBundleVersion="1" version="1.16.1" xmlns="http://www.w3.org/ns/widgets" xmlns:android="http://schemas.android.com/apk/res/android" xmlns:cdv="http://cordova.apache.org/ns/1.0" xmlns:gap="http://phonegap.com/ns/1.0">
<name short="Adapt It Mobile" xml:lang="en">Adapt It Mobile</name>
<description xml:lang="en">
An open source application for translating between related languages.
Expand Down Expand Up @@ -353,8 +353,9 @@
</platform>
<platform name="electron">
<plugin name="cordova-sqlite-evcore-extbuild-free" spec="^0.15.1" />
<preference name="www/res/icon/electron/icon.png" />
<preference name="www/res/icon/electron/icon.png" target="app" />
<preference name="www/res/icon/electron/[email protected]" target="installer" />
<preference name="ElectronSettingsFilePath" value="res/electron/settings.json" />
</platform>
<plugin name="cordova-plugin-chooser" spec="^1.3.1" />
<plugin name="cordova-plugin-fonts" spec="^0.6.5" />
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "adapt-it-mobile",
"version": "1.16.0",
"version": "1.16.1",
"description": "Adapt It Mobile",
"repository": {
"type": "git",
Expand Down Expand Up @@ -95,4 +95,4 @@
"ios"
]
}
}
}
4 changes: 2 additions & 2 deletions www/js/Application.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ define(function (require) {
searchIndex: 0,
currentProject: null,
localURLs: [],
version: "1.16.0", // appended with Android / iOS build info
AndroidBuild: "52", // (was milestone release #)
version: "1.16.1", // appended with Android / iOS build info
AndroidBuild: "53", // (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

Expand Down
6 changes: 6 additions & 0 deletions www/res/electron/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"browserWindow": {
"width": 1024,
"height": 768
}
}

0 comments on commit 92842c8

Please sign in to comment.