From 947f80f0fff3549665ea8f6b1003755c1e9206a5 Mon Sep 17 00:00:00 2001 From: jakemor Date: Thu, 4 Aug 2022 11:38:50 -0400 Subject: [PATCH] release --- Paywall.podspec | 2 +- Sources/Paywall/Misc/Constants.swift | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Paywall.podspec b/Paywall.podspec index 8ffc369c3..41688fcf4 100644 --- a/Paywall.podspec +++ b/Paywall.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "Paywall" - s.version = "2.4.0-rc.5" + s.version = "2.4.0" s.summary = "Superwall: In-App Paywalls Made Easy" s.description = "Paywall infrastructure for mobile apps :) we make things like editing your paywall and running price tests as easy as clicking a few buttons. superwall.com" diff --git a/Sources/Paywall/Misc/Constants.swift b/Sources/Paywall/Misc/Constants.swift index acfd7b67d..7c6388673 100644 --- a/Sources/Paywall/Misc/Constants.swift +++ b/Sources/Paywall/Misc/Constants.swift @@ -18,5 +18,5 @@ let sdkVersion = """ */ let sdkVersion = """ -2.4.0-rc.5 +2.4.0 """