Skip to content

Commit 87b4794

Browse files
committed
bump version 1.4.4
Signed-off-by: Alex Lebedev <6421109+alex-leb@users.noreply.github.com>
1 parent 858cbc5 commit 87b4794

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.3'
22+
gem 'mailgun-ruby', '~>1.4.4'
2323
```
2424

2525
Usage

lib/mailgun/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
# It's the version. Yeay!
44
module Mailgun
5-
VERSION = '1.4.3'
5+
VERSION = '1.4.4'
66
end

0 commit comments

Comments
 (0)