Skip to content

Commit

Permalink
Version 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jeiting committed Dec 4, 2017
1 parent a74237a commit 934858d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
## 0.4.1
- Documentation improvements

## 0.4.1
- Documentation improvements

## 0.4.0
- Add tracking of product prices to allow for real time revenue tracking on RevenueCat.com

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 = "0.4.1"
s.version = "0.4.2"
s.summary = "Subscription and in-app-purchase backend service."

s.description = <<-DESC
Expand Down
2 changes: 1 addition & 1 deletion Purchases/Classes/Public/RCPurchases.m
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ - (instancetype _Nullable)initWithAPIKey:(NSString *)APIKey appUserID:(NSString
notificationCenter:[NSNotificationCenter defaultCenter]];
}
+ (NSString *)frameworkVersion {
return @"0.4.1";
return @"0.4.2";
}

- (instancetype _Nullable)initWithAppUserID:(NSString *)appUserID
Expand Down
2 changes: 1 addition & 1 deletion Purchases/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.4.1</string>
<string>0.4.2</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down

0 comments on commit 934858d

Please sign in to comment.