Skip to content

Commit

Permalink
Merge pull request #7 from contentpass/CHORE-bump-version-to-2.1.0
Browse files Browse the repository at this point in the history
Bump version to 2.1.0
  • Loading branch information
slawomirzaba authored Dec 17, 2024
2 parents 3481ae4 + 03a7fa6 commit 549c169
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
Our SDK is available on Maven Central.

```groovy
implementation 'de.contentpass:contentpass-android:2.0.1'
implementation 'de.contentpass:contentpass-android:2.1.0'
```

Add this to your app's `build.gradle` file's `dependencies` element.
Expand Down
4 changes: 2 additions & 2 deletions lib/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ kapt {
extra.apply{
set("PUBLISH_GROUP_ID", "de.contentpass")
set("PUBLISH_ARTIFACT_ID", "contentpass-android")
set("PUBLISH_VERSION", "2.0.1")
set("PUBLISH_VERSION", "2.1.0")
}

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

0 comments on commit 549c169

Please sign in to comment.