Bump version to 0.2.0
This commit is contained in:
parent
0f42ba7590
commit
d0be3bd6da
@ -47,7 +47,7 @@ afterEvaluate {
|
|||||||
// You can then customize attributes of the publication as shown below.
|
// You can then customize attributes of the publication as shown below.
|
||||||
groupId = 'org.bitcoindevkit'
|
groupId = 'org.bitcoindevkit'
|
||||||
artifactId = 'bdk-android'
|
artifactId = 'bdk-android'
|
||||||
version = '0.1.3-dev'
|
version = '0.2.0'
|
||||||
|
|
||||||
// Applies the component for the release build variant.
|
// Applies the component for the release build variant.
|
||||||
from components.release
|
from components.release
|
||||||
|
@ -36,7 +36,7 @@ afterEvaluate {
|
|||||||
release(MavenPublication) {
|
release(MavenPublication) {
|
||||||
groupId = 'org.bitcoindevkit'
|
groupId = 'org.bitcoindevkit'
|
||||||
artifactId = 'bdk-jvm'
|
artifactId = 'bdk-jvm'
|
||||||
version = '0.1.3-dev'
|
version = '0.2.0'
|
||||||
|
|
||||||
from components.java
|
from components.java
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user