Skip to content

Commit

Permalink
Updated version numbers. Release 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tokudu committed Dec 2, 2014
1 parent 1b6109c commit 5f8a424
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions demo/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.sothree.slidinguppanel.demo"
android:versionCode="7"
android:versionName="2.0.2">
android:versionCode="8"
android:versionName="2.0.3">

<uses-sdk
android:minSdkVersion="11"
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
VERSION_NAME=2.0.2
VERSION_CODE=7
VERSION_NAME=2.0.3
VERSION_CODE=8
GROUP=com.sothree.slidinguppanel

POM_DESCRIPTION=Android Sliding Up Panel Library
Expand Down
4 changes: 2 additions & 2 deletions library/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.sothree.slidinguppanel.library"
android:versionCode="7"
android:versionName="2.0.2">
android:versionCode="8"
android:versionName="2.0.3">

<uses-sdk
android:minSdkVersion="8" />
Expand Down

0 comments on commit 5f8a424

Please sign in to comment.