From 60f0fd58b4f75a67cb6ed90651d97d41d03f7d8d Mon Sep 17 00:00:00 2001 From: Matt Hayashida Date: Wed, 23 Oct 2024 11:20:07 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=8D=8F=20Update=20version=20to=204.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Appcues.podspec | 2 +- AppcuesNotificationService.podspec | 2 +- Sources/AppcuesKit/Version.swift | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Appcues.podspec b/Appcues.podspec index 734bb8c54..f14ac379d 100644 --- a/Appcues.podspec +++ b/Appcues.podspec @@ -3,7 +3,7 @@ Pod::Spec.new do |s| s.name = 'Appcues' s.module_name = 'AppcuesKit' - s.version = '4.1.0' + s.version = '4.2.0' s.summary = 'Appcues iOS SDK allows you to integrate Appcues experiences into your native iOS apps' s.description = <<-DESC diff --git a/AppcuesNotificationService.podspec b/AppcuesNotificationService.podspec index 4b5ae9208..890559c0e 100644 --- a/AppcuesNotificationService.podspec +++ b/AppcuesNotificationService.podspec @@ -2,7 +2,7 @@ Pod::Spec.new do |s| s.name = 'AppcuesNotificationService' - s.version = '4.1.0' + s.version = '4.2.0' s.summary = 'Provide rich push notifications via Appcues' s.description = <<-DESC diff --git a/Sources/AppcuesKit/Version.swift b/Sources/AppcuesKit/Version.swift index 0d1ee4d64..b5ea4ff85 100644 --- a/Sources/AppcuesKit/Version.swift +++ b/Sources/AppcuesKit/Version.swift @@ -9,4 +9,4 @@ import Foundation // BREAKING.FEATURE.FIX -internal let __appcues_version = "4.1.0" +internal let __appcues_version = "4.2.0"