Skip to content

Commit

Permalink
release version 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ruleant committed Jul 7, 2014
1 parent da54d91 commit 30adfb3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.github.ruleant.getback_gps"
android:versionCode="30"
android:versionName="0.3-dev" >
android:versionName="0.3" >

<uses-sdk
android:minSdkVersion="8"
Expand Down
2 changes: 1 addition & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
v0.3 (not released yet)
v0.3 (released on 07Jul2014)
- CID 60865 : fix Coverity issue : dereference null return value
- CID 60867 : fix Coverity issue : EC: Comparing incompatible types for equality
- CID 60866, 60868 : fix Coverity issue : Casting from integer values
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.3-dev</version>
<version>0.3</version>
<packaging>apk</packaging>
<name>GetBack GPS</name>
<properties>
Expand Down

0 comments on commit 30adfb3

Please sign in to comment.