Skip to content

Commit 8b9cdb5

Browse files
author
mrzhang
committed
update to 1.2.0
1 parent 1749738 commit 8b9cdb5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build-gradle/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ext {
55
artifact = bintrayName
66
libraryName = 'component build'
77
libraryDescription = 'gradle plugin for buid component'
8-
libraryVersion = "1.1.0"
8+
libraryVersion = "1.2.0"
99
licenseName = 'The Apache Software License, Version 2.0'
1010
licenseUrl = 'http://www.apache.org/licenses/LICENSE-2.0.txt'
1111
allLicenses = ["Apache-2.0"]

componentlib/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ext {
99
artifact = bintrayName
1010
libraryName = 'component build lib '
1111
libraryDescription = 'component build lib '
12-
libraryVersion = "1.0.0"
12+
libraryVersion = "1.2.0"
1313
licenseName = 'The Apache Software License, Version 2.0'
1414
licenseUrl = 'http://www.apache.org/licenses/LICENSE-2.0.txt'
1515
allLicenses = ["Apache-2.0"]

0 commit comments

Comments
 (0)