Skip to content

Commit 549c169

Browse files
authored
Merge pull request #7 from contentpass/CHORE-bump-version-to-2.1.0
Bump version to 2.1.0
2 parents 3481ae4 + 03a7fa6 commit 549c169

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
Our SDK is available on Maven Central.
1515

1616
```groovy
17-
implementation 'de.contentpass:contentpass-android:2.0.1'
17+
implementation 'de.contentpass:contentpass-android:2.1.0'
1818
```
1919

2020
Add this to your app's `build.gradle` file's `dependencies` element.

lib/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ kapt {
5858
extra.apply{
5959
set("PUBLISH_GROUP_ID", "de.contentpass")
6060
set("PUBLISH_ARTIFACT_ID", "contentpass-android")
61-
set("PUBLISH_VERSION", "2.0.1")
61+
set("PUBLISH_VERSION", "2.1.0")
6262
}
6363

64-
apply("${rootProject.projectDir}/scripts/publish-module.gradle")
64+
apply("${rootProject.projectDir}/scripts/publish-module.gradle")

0 commit comments

Comments
 (0)