Skip to content

Commit

Permalink
release v0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ruleant committed Dec 3, 2013
1 parent 28eb053 commit c177429
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 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.github.ruleant.getback_gps"
android:versionCode="1"
android:versionName="0.1-dev" >
android:versionCode="11"
android:versionName="0.1" >

<uses-sdk
android:minSdkVersion="8"
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.ruleant.getback_gps</groupId>
<artifactId>getback_gps</artifactId>
<version>0.1-dev</version>
<version>0.1</version>
<packaging>apk</packaging>
<name>GetBack GPS</name>
<properties>
Expand Down

0 comments on commit c177429

Please sign in to comment.