Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jm-mailosaur committed May 16, 2024
1 parent da49e87 commit 59a4d35
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Mailosaur.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Pod::Spec.new do |s|

# Do not update s.version directly.
# Instead, update the VERSION file and run ./scripts/version.sh
s.version = '0.6.0'
s.version = '0.10.0'

s.summary = 'Mailosaur lets you automate email and SMS tests as part of software development and QA..'
s.homepage = 'https://mailosaur.com/'
Expand Down
2 changes: 1 addition & 1 deletion Sources/Mailosaur/MailosaurConfig+Version.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
//
import Foundation
extension MailosaurConfig {
public static let clientVersion = "0.6.0"
public static let clientVersion = "0.10.0"
}
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.6.0
0.10.0

0 comments on commit 59a4d35

Please sign in to comment.