Skip to content

Commit

Permalink
🍏 Update version to 4.0.0-alpha.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaatttt authored and iujames committed Sep 17, 2024
1 parent 9bbb0b9 commit 7154721
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Appcues.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Pod::Spec.new do |s|
s.name = 'Appcues'
s.module_name = 'AppcuesKit'
s.version = '4.0.0-alpha.1'
s.version = '4.0.0-alpha.2'
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 AppcuesNotificationService.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Pod::Spec.new do |s|
s.name = 'AppcuesNotificationService'
s.version = '4.0.0-alpha.1'
s.version = '4.0.0-alpha.2'
s.summary = 'Provide rich push notifications via Appcues'

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

// BREAKING.FEATURE.FIX
internal let __appcues_version = "4.0.0-alpha.1"
internal let __appcues_version = "4.0.0-alpha.2"

0 comments on commit 7154721

Please sign in to comment.