Skip to content

Commit

Permalink
v0.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ctiao committed Apr 18, 2016
1 parent 7544812 commit 6864415
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="4400"
android:versionName="0.4.4" >
android:versionCode="4500"
android:versionName="0.4.5" >

<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 @@ -49,7 +49,7 @@ Download the [latest version][1] or grab via Maven:
<dependency>
<groupId>com.github.ctiao</groupId>
<artifactId>dfm</artifactId>
<version>0.4.4</version>
<version>0.4.5</version>
</dependency>
```

Expand All @@ -60,7 +60,7 @@ repositories {
}
dependencies {
compile 'com.github.ctiao:DanmakuFlameMaster:0.4.4'
compile 'com.github.ctiao:DanmakuFlameMaster:0.4.5'
}
```
Snapshots of the development version are available in [Sonatype's snapshots repository][2].
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=4400
VERSION_NAME=0.4.4
VERSION_CODE=4500
VERSION_NAME=0.4.5
GROUP=com.github.ctiao
POM_NAME=dfm
POM_ARTIFACT_ID=common
Expand Down

0 comments on commit 6864415

Please sign in to comment.