Skip to content

Commit 9958fd4

Browse files
chore: release 2.0.0
1 parent c1699e5 commit 9958fd4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Build the android libraries to publish to Maven Central:
5252
```
5353
### Use in other projects
5454
```groovy
55-
dppVersion = "2.0.0-SNAPSHOT"
55+
dppVersion = "2.0.0"
5656
dependencies {
5757
implementation "org.dashj.platform:dash-sdk-java:$dppVersion"
5858
implementation "org.dashj.platform:dash-sdk-kotlin:$dppVersion" // dpp

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
buildscript {
2-
ext.version = '2.0.0-SNAPSHOT'
2+
ext.version = '2.0.0'
33
ext.kotlin_version = '1.8.22'
44
ext.dashj_version = '21.1.7'
55
repositories {

0 commit comments

Comments
 (0)