diff --git a/Mailosaur.podspec b/Mailosaur.podspec index 9f1d5a4..6d030b5 100644 --- a/Mailosaur.podspec +++ b/Mailosaur.podspec @@ -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/' diff --git a/Sources/Mailosaur/MailosaurConfig+Version.swift b/Sources/Mailosaur/MailosaurConfig+Version.swift index b055719..9108fdb 100644 --- a/Sources/Mailosaur/MailosaurConfig+Version.swift +++ b/Sources/Mailosaur/MailosaurConfig+Version.swift @@ -7,5 +7,5 @@ // import Foundation extension MailosaurConfig { - public static let clientVersion = "0.6.0" + public static let clientVersion = "0.10.0" } diff --git a/VERSION b/VERSION index a918a2a..78bc1ab 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.6.0 +0.10.0