From 8d6bd82aba8dc22fd4150a60363c72ebe4f6aa6a Mon Sep 17 00:00:00 2001 From: James Ellis Date: Mon, 28 Nov 2022 13:53:53 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=8D=8F=20Update=20version=20to=201.1.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Appcues.podspec | 2 +- Sources/AppcuesKit/Version.swift | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Appcues.podspec b/Appcues.podspec index edfa34986..b855f3806 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 = '1.1.0' + s.version = '1.1.1' s.summary = 'Appcues iOS SDK allows you to integrate Appcues experiences into your native iOS apps' s.description = <<-DESC diff --git a/Sources/AppcuesKit/Version.swift b/Sources/AppcuesKit/Version.swift index 52b328543..d1689c316 100644 --- a/Sources/AppcuesKit/Version.swift +++ b/Sources/AppcuesKit/Version.swift @@ -9,4 +9,4 @@ import Foundation // BREAKING.FEATURE.FIX -internal let __appcues_version = "1.1.0" +internal let __appcues_version = "1.1.1"