Skip to content

Commit fa3fd8b

Browse files
committed
bump version 1.4.1
Signed-off-by: Alex Lebedev <6421109+alex-leb@users.noreply.github.com>
1 parent 1b6b0c4 commit fa3fd8b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ gem install mailgun-ruby
1919
Gemfile:
2020

2121
```ruby
22-
gem 'mailgun-ruby', '~>1.4.0'
22+
gem 'mailgun-ruby', '~>1.4.1'
2323
```
2424

2525
Usage

lib/mailgun/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# It's the version. Yeay!
22
module Mailgun
3-
VERSION = '1.4.0'
3+
VERSION = '1.4.1'
44
end

0 commit comments

Comments
 (0)