Skip to content

Commit c762d90

Browse files
committed
Updated version number to 0.1.1
1 parent d8fac86 commit c762d90

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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 id="org.iilab.openmentoring" version="0.1.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
2+
<widget id="org.iilab.openmentoring" version="0.1.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
33
<name>openmentoring-mobile</name>
44
<description>
55
Client app for the Open Mentoring content platform

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "openmentoring-mobile",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Client app for the Open Mentoring content platform",
55
"license": "GPL",
66
"repository": {

platforms/android/AndroidManifest.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-
<manifest android:hardwareAccelerated="true" android:versionCode="100" android:versionName="0.1.0" package="org.iilab.openmentoring" xmlns:android="http://schemas.android.com/apk/res/android">
2+
<manifest android:hardwareAccelerated="true" android:versionCode="101" android:versionName="0.1.1" package="org.iilab.openmentoring" xmlns:android="http://schemas.android.com/apk/res/android">
33
<supports-screens android:anyDensity="true" android:largeScreens="true" android:normalScreens="true" android:resizeable="true" android:smallScreens="true" android:xlargeScreens="true" />
44
<uses-permission android:name="android.permission.INTERNET" />
55
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />

platforms/android/res/xml/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 id="org.iilab.openmentoring" version="0.1.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
2+
<widget id="org.iilab.openmentoring" version="0.1.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
33
<preference name="loglevel" value="DEBUG" />
44
<feature name="AppVersion">
55
<param name="android-package" value="uk.co.whiteoctober.cordova.AppVersion" />

0 commit comments

Comments
 (0)