Skip to content

Commit

Permalink
Version bump for 5.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
RCGitBot committed Jun 28, 2023
1 parent e466614 commit a7597db
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.2.3
5.2.4
7 changes: 4 additions & 3 deletions CHANGELOG.latest.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
### Bugfixes
* Android: retrieve free trial period from the free phase (#446) via Mark Villacampa (@MarkVillacampa)
### Dependency Updates
* Bump fastlane-plugin-revenuecat_internal from `13773d2` to `b2108fb` (#443) via dependabot[bot] (@dependabot[bot])
* Fix free trial and intro price to derive from defaultOption (#449) via Josh Holtz (@joshdholtz)
### Other Changes
* `.composite-enable`: fixed file reference (#450) via NachoSoto (@NachoSoto)
* CI: wait until pods have been pushed to trigger dependent updates (#448) via Mark Villacampa (@MarkVillacampa)
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 5.2.4
### Bugfixes
* Fix free trial and intro price to derive from defaultOption (#449) via Josh Holtz (@joshdholtz)
### Other Changes
* `.composite-enable`: fixed file reference (#450) via NachoSoto (@NachoSoto)
* CI: wait until pods have been pushed to trigger dependent updates (#448) via Mark Villacampa (@MarkVillacampa)

## 5.2.3
### Bugfixes
* Android: retrieve free trial period from the free phase (#446) via Mark Villacampa (@MarkVillacampa)
Expand Down
2 changes: 1 addition & 1 deletion PurchasesHybridCommon.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "PurchasesHybridCommon"
s.version = "5.2.3"
s.version = "5.2.4"
s.summary = "Common files for hybrid SDKs for RevenueCat's Subscription and in-app-purchase backend service."

s.description = <<-DESC
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ android {
minSdkVersion 14
targetSdkVersion 33
versionCode 1
versionName "5.2.3"
versionName "5.2.4"

consumerProguardFiles 'consumer-rules.pro'
}
Expand Down
2 changes: 1 addition & 1 deletion android/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ kotlin.code.style=official

# Maven
GROUP=com.revenuecat.purchases
VERSION_NAME=5.2.3
VERSION_NAME=5.2.4
POM_NAME=purchases-hybrid-common
POM_PACKAGING=aar
POM_ARTIFACT_ID=purchases-hybrid-common
Expand Down
2 changes: 1 addition & 1 deletion ios/PurchasesHybridCommon/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>5.2.3</string>
<string>5.2.4</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
</dict>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>5.2.3</string>
<string>5.2.4</string>
<key>CFBundleVersion</key>
<string>1</string>
</dict>
Expand Down

0 comments on commit a7597db

Please sign in to comment.