diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5a7ee221c9..729d466a50 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,6 @@
+## 0.4.1
+- Documentation improvements
+
## 0.4.0
- Add tracking of product prices to allow for real time revenue tracking on RevenueCat.com
diff --git a/Purchases.podspec b/Purchases.podspec
index 0d707777ad..2ec665063b 100644
--- a/Purchases.podspec
+++ b/Purchases.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Purchases"
- s.version = "0.4.0"
+ s.version = "0.4.1"
s.summary = "Subscription and in-app-purchase backend service."
s.description = <<-DESC
diff --git a/Purchases/Classes/Public/RCPurchases.m b/Purchases/Classes/Public/RCPurchases.m
index ab97176465..564bd4d50f 100644
--- a/Purchases/Classes/Public/RCPurchases.m
+++ b/Purchases/Classes/Public/RCPurchases.m
@@ -42,7 +42,7 @@ - (instancetype _Nullable)initWithAPIKey:(NSString *)APIKey appUserID:(NSString
notificationCenter:[NSNotificationCenter defaultCenter]];
}
+ (NSString *)frameworkVersion {
- return @"0.4.0";
+ return @"0.4.1";
}
- (instancetype _Nullable)initWithAppUserID:(NSString *)appUserID
diff --git a/Purchases/Info.plist b/Purchases/Info.plist
index fff28492f2..026deee9e8 100644
--- a/Purchases/Info.plist
+++ b/Purchases/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 0.4.0
+ 0.4.1
CFBundleVersion
$(CURRENT_PROJECT_VERSION)
NSPrincipalClass