Skip to content

Commit

Permalink
v0.9.25
Browse files Browse the repository at this point in the history
  • Loading branch information
ctiao committed Mar 1, 2018
1 parent 744e8f5 commit e284646
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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="9024"
android:versionName="0.9.24" >
android:versionCode="9025"
android:versionName="0.9.25" >

<uses-sdk
android:minSdkVersion="9"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Download the [latest version][1] or grab via Maven:
<dependency>
<groupId>com.github.ctiao</groupId>
<artifactId>dfm</artifactId>
<version>0.9.24</version>
<version>0.9.25</version>
</dependency>
```

Expand All @@ -56,7 +56,7 @@ repositories {
}
dependencies {
compile 'com.github.ctiao:DanmakuFlameMaster:0.9.24'
compile 'com.github.ctiao:DanmakuFlameMaster:0.9.25'
compile 'com.github.ctiao:ndkbitmap-armv7a:0.9.21'
# Other ABIs: optional
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=9024
VERSION_NAME=0.9.24
VERSION_CODE=9025
VERSION_NAME=0.9.25
GROUP=com.github.ctiao
POM_NAME=dfm
POM_ARTIFACT_ID=common
Expand Down

0 comments on commit e284646

Please sign in to comment.