Skip to content

Commit

Permalink
Pod inc
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Miller authored and Michael Miller committed Oct 8, 2022
1 parent c7c96ba commit d0ef74b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Courier-iOS.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = 'Courier-iOS'
s.version = '1.0.11'
s.version = '1.0.14'
s.summary = 'Courier helps you build messaging infrastucture much faster!'

s.homepage = 'https://github.com/trycourier/courier-ios'
Expand Down
2 changes: 1 addition & 1 deletion Sources/Courier/Courier.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import UIKit
*/

public static var agent = CourierAgent.native_ios
internal static let version = "1.0.13"
internal static let version = "1.0.14"

// MARK: Init

Expand Down

0 comments on commit d0ef74b

Please sign in to comment.