Skip to content

Commit

Permalink
Version bump for 5.0.0-beta.6
Browse files Browse the repository at this point in the history
  • Loading branch information
joshdholtz committed Apr 14, 2023
1 parent 98ea582 commit 02d9285
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.0.0-beta.5
5.0.0-beta.6
7 changes: 3 additions & 4 deletions CHANGELOG.latest.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
### Breaking Changes
* iOS rename `productCategory` to `product type` and `productType` to `productSubtype` (#377) via Josh Holtz (@joshdholtz)
* Android rename `productCategory` to `productType` and `productType` to `productSubtype` (#376) via Josh Holtz (@joshdholtz)
### Other Changes
* Use new mapped product type values for `purchaseProduct()` and `getProductInfo()` (#384) via Josh Holtz (@joshdholtz)
* Reverted breaking change for `productType` on `StoreProduct` mapper (#386) via Josh Holtz (@joshdholtz)
### New Features
* Add `productCategory` support in `getProductInfo()` and `purchaseProduct()` (#387) via Josh Holtz (@joshdholtz)
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 5.0.0-beta.6
### Breaking Changes
* Reverted breaking change for `productType` on `StoreProduct` mapper (#386) via Josh Holtz (@joshdholtz)
### New Features
* Add `productCategory` support in `getProductInfo()` and `purchaseProduct()` (#387) via Josh Holtz (@joshdholtz)

## 5.0.0-beta.5
### Breaking Changes
* iOS rename `productCategory` to `product type` and `productType` to `productSubtype` (#377) via Josh Holtz (@joshdholtz)
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.0.0-beta.5"
s.version = "5.0.0-beta.6"
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 @@ -40,7 +40,7 @@ android {
minSdkVersion 14
targetSdkVersion 32
versionCode 1
versionName "5.0.0-beta.5"
versionName "5.0.0-beta.6"

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.0.0-beta.5
VERSION_NAME=5.0.0-beta.6
POM_NAME=purchases-hybrid-common
POM_PACKAGING=aar
POM_ARTIFACT_ID=purchases-hybrid-common
Expand Down

0 comments on commit 02d9285

Please sign in to comment.