Skip to content

Commit e8de18c

Browse files
committed
feat: update publish version to 1.1.0
1 parent 785ac5d commit e8de18c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android-startup/maven-center.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ task androidSourcesJar(type: Jar) {
1212
ext {
1313
PUBLISH_GROUP_ID = 'io.github.idisfkj'
1414
PUBLISH_ARTIFACT_ID = 'android-startup'
15-
PUBLISH_VERSION = '1.0.7'
15+
PUBLISH_VERSION = '1.1.0'
1616
}
1717

1818
ext["signing.keyId"] = ''

0 commit comments

Comments
 (0)