Skip to content

Commit

Permalink
🍏 Update version to 3.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaatttt committed Apr 22, 2024
1 parent 4f2a0b6 commit 80653ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Appcues.podspec
Expand Up @@ -3,7 +3,7 @@
Pod::Spec.new do |s|
s.name = 'Appcues'
s.module_name = 'AppcuesKit'
s.version = '3.1.9'
s.version = '3.1.10'
s.summary = 'Appcues iOS SDK allows you to integrate Appcues experiences into your native iOS apps'

s.description = <<-DESC
Expand Down
2 changes: 1 addition & 1 deletion Sources/AppcuesKit/Version.swift
Expand Up @@ -9,4 +9,4 @@
import Foundation

// BREAKING.FEATURE.FIX
internal let __appcues_version = "3.1.9"
internal let __appcues_version = "3.1.10"

0 comments on commit 80653ac

Please sign in to comment.