Skip to content
This repository has been archived by the owner on Jul 28, 2024. It is now read-only.

Commit

Permalink
Merge pull request #9 from mirzemehdi/bump_version
Browse files Browse the repository at this point in the history
Bumping versions
  • Loading branch information
mirzemehdi authored Apr 9, 2024
2 parents 1b8661e + 0d40b59 commit c5cad0e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
compose = "1.5.4"
compose-plugin = "1.6.0-alpha01"
compose-plugin = "1.6.1"
compose-compiler = "1.5.4"
agp = "8.1.3"
android-minSdk = "24"
Expand All @@ -14,11 +14,11 @@ androidx-constraintlayout = "2.1.4"
androidx-test-junit = "1.1.5"
androidx-espresso-core = "3.5.1"
androidx-startup-runtime = "1.1.1"
kotlin = "1.9.21"
kotlin = "1.9.23"
junit = "4.13.2"
koin = "3.5.0"
koin = "3.5.4"
kotlinx-binary-validator = "0.13.2"
dokka = "1.9.10"
dokka = "1.9.20"
koinCompose = "1.1.0"
revenueCatAndroid="7.5.2"
revenueCatIos="4.39.0"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'kmprevenuecat_purchases_ui'
spec.version = '0.0.9'
spec.version = '0.1.0'
spec.homepage = ''
spec.source = { :http=> ''}
spec.authors = ''
Expand Down
2 changes: 1 addition & 1 deletion kmprevenuecat-purchases/kmprevenuecat_purchases.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'kmprevenuecat_purchases'
spec.version = '0.0.9'
spec.version = '0.1.0'
spec.homepage = ''
spec.source = { :http=> ''}
spec.authors = ''
Expand Down

0 comments on commit c5cad0e

Please sign in to comment.