Skip to content

Commit 55bb4ae

Browse files
authored
Merge pull request #99 from r-ralph/1.11.0
Bump up version to 1.11.0
2 parents f7e3574 + 5155a8e commit 55bb4ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/kotlin/ModuleConfig.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ object ModuleConfig {
22
const val name = "ApngDrawable"
33
const val description = "Fast and light weight Animated Portable Network Graphics(APNG) " +
44
"image decoder library for Android platform"
5-
const val version = "1.10.0"
5+
const val version = "1.11.0"
66
const val groupId = "com.linecorp"
77
const val artifactId = "apng"
88
const val siteUrl = "https://github.com/line/apng-drawable"

0 commit comments

Comments
 (0)