diff --git a/DanmakuFlameMaster/src/main/AndroidManifest.xml b/DanmakuFlameMaster/src/main/AndroidManifest.xml index 24f05401..26110ebe 100644 --- a/DanmakuFlameMaster/src/main/AndroidManifest.xml +++ b/DanmakuFlameMaster/src/main/AndroidManifest.xml @@ -17,8 +17,8 @@ + android:versionCode="4500" + android:versionName="0.4.5" > com.github.ctiao dfm - 0.4.4 + 0.4.5 ``` @@ -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]. diff --git a/gradle.properties b/gradle.properties index edc48f8b..eb9546f6 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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