Skip to content

Commit

Permalink
v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ctiao committed Apr 7, 2015
1 parent 77350c9 commit e89efe4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions DanmakuFlameMaster/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="master.flame.danmaku"
android:versionCode="3000"
android:versionName="0.3.0" >
android:versionCode="3100"
android:versionName="0.3.1" >

<uses-sdk android:minSdkVersion="9" />

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Download the [latest version][1] or grab via Maven:
<dependency>
<groupId>com.github.ctiao</groupId>
<artifactId>dfm</artifactId>
<version>0.3.0</version>
<version>0.3.1</version>
</dependency>
```

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_CODE=3000
VERSION_NAME=0.3.0
VERSION_CODE=3100
VERSION_NAME=0.3.1
GROUP=com.github.ctiao

POM_DESCRIPTION=A Danmaku render library.
Expand Down

0 comments on commit e89efe4

Please sign in to comment.