Skip to content

Commit

Permalink
Better enum support
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Miller authored and Michael Miller committed Oct 13, 2022
1 parent 9aa2cc8 commit 16c71ad
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.15'
s.version = '1.0.16'
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.15"
internal static let version = "1.0.16"

// MARK: Init

Expand Down

0 comments on commit 16c71ad

Please sign in to comment.