Skip to content

Commit f65a1cb

Browse files
committed
Merge branch 'release/3.0.1'
* release/3.0.1: Incremented version Forgot to remvoe postinstall message
2 parents 486ed37 + 7c33ee0 commit f65a1cb

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

emailable.gemspec

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ Gem::Specification.new do |s|
1919
"documentation_uri" => "https://docs.emailable.com/?ruby",
2020
"source_code_uri" => "https://github.com/emailable/emailable-ruby"
2121
}
22-
s.post_install_message = "Emailable is now Emailable! Please switch to using the Emailable client library: https://emailable.com/docs/api?ruby"
2322

2423
s.files = `git ls-files`.split("\n")
2524
s.test_files = `git ls-files -- test/*`.split("\n")

lib/emailable/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Emailable
2-
VERSION = '3.0.0'
2+
VERSION = '3.0.1'
33
end

0 commit comments

Comments
 (0)