Skip to content

Commit

Permalink
Version 0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jeiting committed Mar 14, 2018
1 parent 862faaf commit 0e92d9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Purchases/Classes/Public/RCPurchases.m
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ - (instancetype _Nullable)initWithAPIKey:(NSString *)APIKey appUserID:(NSString
userDefaults:userDefaults];
}
+ (NSString *)frameworkVersion {
return @"0.10.0";
return @"0.10.1";
}

- (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.10.0</string>
<string>0.10.1</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down

0 comments on commit 0e92d9c

Please sign in to comment.