Skip to content

Commit d661bf6

Browse files
committed
Increment version to 1.16.3 in config.xml and package.json files
1 parent 2d58511 commit d661bf6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version='1.0' encoding='utf-8'?>
2-
<widget android-versionCode="10053" id="net.ezrabibleapp.cordova" version="1.16.2" 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">
2+
<widget android-versionCode="10054" id="net.ezrabibleapp.cordova" version="1.16.3" 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">
33
<name>Ezra Bible App</name>
44
<description>
55
Ezra Bible App is a Bible study tool focussing on topical study based on keywords/tags.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ezra-bible-app",
33
"displayName": "Ezra Bible App",
4-
"version": "1.16.2",
4+
"version": "1.16.3",
55
"description": "Ezra Bible App is a Bible study tool focussing on topical study based on keywords/tags.",
66
"main": "index.js",
77
"scripts": {

www/nodejs-project/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ezra-bible-app-backend",
3-
"version": "1.16.2",
3+
"version": "1.16.3",
44
"description": "Ezra Bible App is a Bible study tool focussing on topical study based on keywords/tags. This is the node-based backend used for the Cordova app.",
55
"main": "cordova_main.js",
66
"scripts": {

0 commit comments

Comments
 (0)