Skip to content

Commit

Permalink
[final] bump version to 3.0.2 (#159)
Browse files Browse the repository at this point in the history
* bumped version to 3.0.2

* bumped version to 3.0.2 in RCPurchases.m
  • Loading branch information
aboedo authored Jan 17, 2020
1 parent 5bd42ff commit e4e7d9c
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 3.0.2
- Fixes an issue where Apple Search Ads attribution information would be sent even if the user hadn't clicked on
a search ad.

## 3.0.1
- Adds observer_mode to the backend post receipt call.

Expand Down
2 changes: 1 addition & 1 deletion Purchases.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Purchases"
s.version = "3.1.0-SNAPSHOT"
s.version = "3.0.2"
s.summary = "Subscription and in-app-purchase backend service."

s.description = <<-DESC
Expand Down
2 changes: 1 addition & 1 deletion Purchases/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>3.1.0-SNAPSHOT</string>
<string>3.0.2</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSHumanReadableCopyright</key>
Expand Down
2 changes: 1 addition & 1 deletion Purchases/Public/RCPurchases.m
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ + (BOOL)debugLogsEnabled
}

+ (NSString *)frameworkVersion {
return @"3.1.0-SNAPSHOT";
return @"3.0.2";
}

+ (instancetype)sharedPurchases {
Expand Down
2 changes: 1 addition & 1 deletion PurchasesTests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>3.0.2</string>
<key>CFBundleVersion</key>
<string>1</string>
</dict>
Expand Down

0 comments on commit e4e7d9c

Please sign in to comment.