Skip to content

Commit

Permalink
Release/4.1.1 (#198)
Browse files Browse the repository at this point in the history
* Version bump for 4.1.1
Co-authored-by: NachoSoto <NachoSoto@users.noreply.github.com>
  • Loading branch information
taquitos authored Aug 15, 2022
1 parent 28c6ce4 commit 0f5c7c3
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.1.0
4.1.1
4 changes: 3 additions & 1 deletion CHANGELOG.latest.md
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
* Update iOS 4.10.0 (and add AdServices) (#194) via Josh Holtz (@joshdholtz)
* Added missing availability check for catalyst (#197) via aboedo (@aboedo)
* Adds .bundle and vendor to gitignore (#196) via Cesar de la Vega (@vegaro)
* Schedule automatic PR to update native dependencies (#179) via Cesar de la Vega (@vegaro)
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 4.1.1
* Added missing availability check for catalyst (#197) via aboedo (@aboedo)
* Adds .bundle and vendor to gitignore (#196) via Cesar de la Vega (@vegaro)
* Schedule automatic PR to update native dependencies (#179) via Cesar de la Vega (@vegaro)

## 4.1.0
* Update iOS 4.10.0 (and add AdServices) (#194) 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 = "4.1.0"
s.version = "4.1.1"
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 @@ -47,7 +47,7 @@ android {
minSdkVersion 14
targetSdkVersion 32
versionCode 1
versionName "4.1.0"
versionName "4.1.1"

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=4.1.0
VERSION_NAME=4.1.1
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>4.1.0</string>
<string>4.1.1</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>4.1.0</string>
<string>4.1.1</string>
<key>CFBundleVersion</key>
<string>1</string>
</dict>
Expand Down

0 comments on commit 0f5c7c3

Please sign in to comment.