Skip to content

Commit

Permalink
Bumped to 0.0.2 and tuning the gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
jmatsushita committed Dec 11, 2015
1 parent bbb4e52 commit 02ec6c3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
node_modules/
/lib/
platforms/ios
platforms/android/build
build/
.gradle/
/plugins/
www/lib/
www.zip
2 changes: 1 addition & 1 deletion platforms/android/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<manifest android:hardwareAccelerated="true" android:versionCode="1" android:versionName="0.0.1" package="org.iilab.openmentoring" xmlns:android="http://schemas.android.com/apk/res/android">
<manifest android:hardwareAccelerated="true" android:versionCode="2" android:versionName="0.0.2" package="org.iilab.openmentoring" xmlns:android="http://schemas.android.com/apk/res/android">
<supports-screens android:anyDensity="true" android:largeScreens="true" android:normalScreens="true" android:resizeable="true" android:smallScreens="true" android:xlargeScreens="true" />
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
Expand Down
2 changes: 1 addition & 1 deletion platforms/android/assets/www/templates/menu.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<ion-side-menu side="left">
<ion-header-bar class="bar-stable">
<h1 class="title">Left</h1>
<h1 class="title">OpenMentoring</h1>
</ion-header-bar>
<ion-content>
<ion-list>
Expand Down
2 changes: 1 addition & 1 deletion platforms/android/res/xml/config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<widget id="org.iilab.openmentoring" version="0.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<widget id="org.iilab.openmentoring" version="0.0.2" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<preference name="loglevel" value="DEBUG" />
<feature name="Device">
<param name="android-package" value="org.apache.cordova.device.Device" />
Expand Down

0 comments on commit 02ec6c3

Please sign in to comment.