diff --git a/.jazzy.yaml b/.jazzy.yaml index 7c07d6841e..b41f11911f 100644 --- a/.jazzy.yaml +++ b/.jazzy.yaml @@ -5,9 +5,9 @@ objc: true sdk: iphonesimulator module: Purchases umbrella_header: Purchases/Public/Purchases.h -module_version: 3.6.0-beta +module_version: 3.6.0-SNAPSHOT github_url: https://github.com/revenuecat/purchases-ios -github_file_prefix: https://github.com/revenuecat/purchases-ios/tree/3.6.0-beta +github_file_prefix: https://github.com/revenuecat/purchases-ios/tree/3.6.0-SNAPSHOT output: docs # Leaving this commented out. We used to specify this before, but now it's working without it # xcodebuild_arguments: [--objc,Purchases/Public/Purchases.h,--,-x,objective-c,-isysroot,$(xcrun --show-sdk-path),-I,$(pwd)] diff --git a/Purchases.podspec b/Purchases.podspec index 61535300c2..896b4338fa 100644 --- a/Purchases.podspec +++ b/Purchases.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "Purchases" - s.version = "3.6.0-beta" + s.version = "3.6.0-SNAPSHOT" s.summary = "Subscription and in-app-purchase backend service." s.description = <<-DESC diff --git a/Purchases/Info.plist b/Purchases/Info.plist index e8cbdf35bf..97449e77d2 100644 --- a/Purchases/Info.plist +++ b/Purchases/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 3.6.0 + 3.6.0-SNAPSHOT CFBundleVersion $(CURRENT_PROJECT_VERSION) NSHumanReadableCopyright diff --git a/Purchases/Misc/RCSystemInfo.m b/Purchases/Misc/RCSystemInfo.m index 4d3dc78166..bf32f817cf 100644 --- a/Purchases/Misc/RCSystemInfo.m +++ b/Purchases/Misc/RCSystemInfo.m @@ -47,7 +47,7 @@ + (BOOL)isSandbox { } + (NSString *)frameworkVersion { - return @"3.6.0-beta"; + return @"3.6.0-SNAPSHOT"; } + (NSString *)systemVersion { diff --git a/PurchasesTests/Info.plist b/PurchasesTests/Info.plist index 8ea10dc13f..e63316b6a2 100644 --- a/PurchasesTests/Info.plist +++ b/PurchasesTests/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 3.6.0 + 3.6.0-SNAPSHOT CFBundleVersion 1