Skip to content

Commit

Permalink
Version bump for 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RCGitBot committed Aug 25, 2022
1 parent 2a85993 commit deb3da9
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .version
@@ -1 +1 @@
4.1.5
4.2.0
6 changes: 2 additions & 4 deletions CHANGELOG.latest.md
@@ -1,4 +1,2 @@
### Other Changes
* Upgrade iOS to 4.10.2 and Android to 5.5.0 (#220) via RevenueCat Git Bot (@RCGitBot)
* Fix CircleCI caches (#217) via Cesar de la Vega (@vegaro)
* Skip next version if there are no public changes (#218) via Cesar de la Vega (@vegaro)
### New Features
* Add in missing attribution functions (#219) via Joshua Liebowitz (@taquitos)
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,7 @@
## 4.2.0
### New Features
* Add in missing attribution functions (#219) via Joshua Liebowitz (@taquitos)

## 4.1.5
### Other Changes
* Upgrade iOS to 4.10.2 and Android to 5.5.0 (#220) via RevenueCat Git Bot (@RCGitBot)
Expand Down
2 changes: 1 addition & 1 deletion PurchasesHybridCommon.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "PurchasesHybridCommon"
s.version = "4.1.5"
s.version = "4.2.0"
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
Expand Up @@ -47,7 +47,7 @@ android {
minSdkVersion 14
targetSdkVersion 32
versionCode 1
versionName "4.1.5"
versionName "4.2.0"

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

# Maven
GROUP=com.revenuecat.purchases
VERSION_NAME=4.1.5
VERSION_NAME=4.2.0
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
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>4.1.5</string>
<string>4.2.0</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
</dict>
Expand Down
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>4.1.5</string>
<string>4.2.0</string>
<key>CFBundleVersion</key>
<string>1</string>
</dict>
Expand Down

0 comments on commit deb3da9

Please sign in to comment.