Skip to content

Commit

Permalink
Release: 1.6.2 (#69)
Browse files Browse the repository at this point in the history
* bumped version number to 1.6.2 and added changelog

* update fastlane

* bumped purchases-ios to 3.10.7, purchases-android to 4.0.5

* updated changelog to add links to release notes
  • Loading branch information
aboedo authored Mar 26, 2021
1 parent 6b08051 commit 76f8299
Show file tree
Hide file tree
Showing 9 changed files with 25 additions and 19 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### 1.6.2

- Bumps `purchases-ios` to `3.10.7` ([Changelog here](https://github.com/RevenueCat/purchases-ios/releases/3.10.7))
- Bumps `purchases-android` to `4.0.5` ([Changelog here](https://github.com/RevenueCat/purchases-android/releases/4.0.5))
https://github.com/RevenueCat/purchases-hybrid-common/pull/69

### 1.6.1

- Adds missing availability check for `simulatesAskToBuyInSandbox`
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ GEM
artifactory (3.0.15)
atomos (0.1.3)
aws-eventstream (1.1.1)
aws-partitions (1.432.0)
aws-partitions (1.436.0)
aws-sdk-core (3.113.0)
aws-eventstream (~> 1, >= 1.0.2)
aws-partitions (~> 1, >= 1.239.0)
Expand All @@ -16,7 +16,7 @@ GEM
aws-sdk-kms (1.43.0)
aws-sdk-core (~> 3, >= 3.112.0)
aws-sigv4 (~> 1.1)
aws-sdk-s3 (1.91.0)
aws-sdk-s3 (1.93.0)
aws-sdk-core (~> 3, >= 3.112.0)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.1)
Expand Down Expand Up @@ -48,7 +48,7 @@ GEM
faraday_middleware (1.0.0)
faraday (~> 1.0)
fastimage (2.2.3)
fastlane (2.178.0)
fastlane (2.179.0)
CFPropertyList (>= 2.3, < 4.0.0)
addressable (>= 2.3, < 3.0.0)
artifactory (~> 3.0)
Expand Down Expand Up @@ -140,7 +140,7 @@ GEM
jwt (2.2.2)
memoist (0.16.2)
mini_magick (4.11.0)
mini_mime (1.0.2)
mini_mime (1.0.3)
multi_json (1.15.0)
multipart-post (2.0.0)
nanaimo (0.3.0)
Expand Down
4 changes: 2 additions & 2 deletions 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 = "1.6.1"
s.version = "1.6.2"
s.summary = "Common files for hybrid SDKs for RevenueCat's Subscription and in-app-purchase backend service."

s.description = <<-DESC
Expand All @@ -15,7 +15,7 @@ Pod::Spec.new do |s|

s.framework = 'StoreKit'

s.dependency 'Purchases', '3.10.6'
s.dependency 'Purchases', '3.10.7'
s.swift_version = '5.0'

s.ios.deployment_target = '9.0'
Expand Down
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ buildscript {
ext.assertj_version = '3.13.2'
ext.mockk_version = '1.10.0'
ext.gradle_maven_publish = '0.11.1'
ext.purchases_version = '4.0.4'
ext.purchases_version = '4.0.5'

repositories {
google()
Expand Down Expand Up @@ -38,7 +38,7 @@ android {
minSdkVersion 14
targetSdkVersion 29
versionCode 1
versionName "1.6.1"
versionName "1.6.2"

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=1.6.1
VERSION_NAME=1.6.2
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>1.6.1</string>
<string>1.6.2</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion ios/PurchasesHybridCommon/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ target 'PurchasesHybridCommon' do
use_frameworks!

# Pods for PurchasesHybridCommon
pod 'Purchases', '3.10.6'
pod 'Purchases', '3.10.7'

target 'PurchasesHybridCommonTests' do
# Pods for testing
Expand Down
14 changes: 7 additions & 7 deletions ios/PurchasesHybridCommon/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
PODS:
- Nimble (9.0.0)
- Purchases (3.10.6):
- PurchasesCoreSwift (= 3.10.6)
- PurchasesCoreSwift (3.10.6)
- Purchases (3.10.7):
- PurchasesCoreSwift (= 3.10.7)
- PurchasesCoreSwift (3.10.7)
- Quick (3.1.2)

DEPENDENCIES:
- Nimble
- Purchases (= 3.10.6)
- Purchases (= 3.10.7)
- Quick

SPEC REPOS:
Expand All @@ -19,10 +19,10 @@ SPEC REPOS:

SPEC CHECKSUMS:
Nimble: 3b4ec3fd40f1dc178058e0981107721c615643d8
Purchases: 520fdb59140fed96932a30d02a3ec04858cb541c
PurchasesCoreSwift: 31c2a3d7394432abbe64d46f0933835de0b33033
Purchases: b8b8fb6e856ac8166e217f6e014df894d821dda1
PurchasesCoreSwift: 8ae0f08e020f0bc97c1befa4e38a0dbc8e9732e0
Quick: 60f0ea3b8e0cfc0df3259a5c06a238ad8b3c46e0

PODFILE CHECKSUM: e74e29d25cf71ea37aec965807f8b23841d02608
PODFILE CHECKSUM: 620d18872c182f4ee5929e04112a241517f0ed0d

COCOAPODS: 1.10.1
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>1.6.1</string>
<string>1.6.2</string>
<key>CFBundleVersion</key>
<string>1</string>
</dict>
Expand Down

0 comments on commit 76f8299

Please sign in to comment.