Skip to content

Commit 621fecc

Browse files
committed
Prepare for release 1.0.1
1 parent 9acdbdf commit 621fecc

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
@@ -34,7 +34,7 @@ If you're using Version Catalog, you can configure the dependency by adding it t
3434
```toml
3535
[versions]
3636
#...
37-
placeholder = "1.0.0"
37+
placeholder = "1.0.1"
3838

3939
[libraries]
4040
#...

buildSrc/src/main/kotlin/com/revenuecat/placeholder/Configuration.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ object Configuration {
66
const val minSdk = 23
77
const val majorVersion = 1
88
const val minorVersion = 0
9-
const val patchVersion = 0
9+
const val patchVersion = 1
1010
const val versionName = "$majorVersion.$minorVersion.$patchVersion"
11-
const val versionCode = 1
11+
const val versionCode = 2
1212
const val snapshotVersionName = "$majorVersion.$minorVersion.${patchVersion + 1}-SNAPSHOT"
1313
const val artifactGroup = "com.revenuecat.purchases"
1414
}

0 commit comments

Comments
 (0)