Skip to content

Commit

Permalink
Version bump for 8.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
RCGitBot committed Jan 22, 2024
1 parent cf624ac commit 51ce8e2
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8.11.1
8.11.2
7 changes: 5 additions & 2 deletions CHANGELOG.latest.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
### Dependency Updates
* [AUTOMATIC] Android 7.3.4 => 7.3.5 (#662) via RevenueCat Git Bot (@RCGitBot)
### RevenueCatUI
* Fix getting `rootViewController` (#667) via Cesar de la Vega (@vegaro)
### Other Changes
* `CircleCI`: change jobs to use Apple Silicon (#665) via NachoSoto (@NachoSoto)
* Fix `stable-release-tags` filter in config.yaml (#664) via Cesar de la Vega (@vegaro)
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 8.11.2
### RevenueCatUI
* Fix getting `rootViewController` (#667) via Cesar de la Vega (@vegaro)
### Other Changes
* `CircleCI`: change jobs to use Apple Silicon (#665) via NachoSoto (@NachoSoto)
* Fix `stable-release-tags` filter in config.yaml (#664) via Cesar de la Vega (@vegaro)

## 8.11.1
### Dependency Updates
* [AUTOMATIC] Android 7.3.4 => 7.3.5 (#662) via RevenueCat Git Bot (@RCGitBot)
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 = "8.11.1"
s.version = "8.11.2"
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/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ kotlin.code.style=official
android.nonTransitiveRClass=true

GROUP=com.revenuecat.purchases
VERSION_NAME=8.11.1
VERSION_NAME=8.11.2
POM_DESCRIPTION=Mobile subscriptions in hours, not months.
POM_URL=https://github.com/RevenueCat/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>8.11.1</string>
<string>8.11.2</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>8.11.1</string>
<string>8.11.2</string>
<key>CFBundleVersion</key>
<string>1</string>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@revenuecat/purchases-typescript-internal",
"title": "Purchases typescript internal shared code",
"version": "8.11.1",
"version": "8.11.2",
"description": "Typescript code to be used by RevenueCat's hybrid SDKs. Not meant for external usage.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 51ce8e2

Please sign in to comment.