Skip to content

Commit

Permalink
updated version number
Browse files Browse the repository at this point in the history
  • Loading branch information
xavierlacot committed Mar 24, 2011
1 parent cbd2597 commit 95e9a79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion platform/android/AndroidManifest.xml
@@ -1,4 +1,4 @@
<?xml version="1.0" ?><manifest android:versionCode="3" android:versionName="2.1" package="com.xavierlacot.xavcc" xmlns:android="http://schemas.android.com/apk/res/android">
<?xml version="1.0" ?><manifest android:versionCode="4" android:versionName="2.2" package="com.xavierlacot.xavcc" xmlns:android="http://schemas.android.com/apk/res/android">
<uses-sdk android:minSdkVersion="4"/>
<supports-screens android:anyDensity="false" android:largeScreens="true" android:normalScreens="true" android:smallScreens="false"/>

Expand Down
2 changes: 1 addition & 1 deletion tiapp.xml
Expand Up @@ -2,7 +2,7 @@
<ti:app xmlns:ti="http://ti.appcelerator.org">
<id>com.xavierlacot.xavcc</id>
<name>xavccMobileApp</name>
<version>2.0.0</version>
<version>2.2.0</version>
<publisher>xav.cc</publisher>
<url>http://xav.cc/</url>
<description>A mobile client for the url shortener xav.cc</description>
Expand Down

0 comments on commit 95e9a79

Please sign in to comment.