Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
jm-mailosaur committed Sep 16, 2023
1 parent 6da78f8 commit ba976d5
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.4.0'
s.version = '0.6.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.4.0"
public static let clientVersion = "0.6.0"
}
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4.0
0.6.0

0 comments on commit ba976d5

Please sign in to comment.