Skip to content

Commit a1333e8

Browse files
committed
Release 0.1.3
1 parent fdc27d9 commit a1333e8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

lib/smtpapi/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
# SendGrid smtpapi
33
#
44
module Smtpapi
5-
VERSION = '0.1.2'.freeze
5+
VERSION = '0.1.3'.freeze
66
end

test/test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77
class SmtpapiTest < Test::Unit::TestCase
88
def test_version
9-
assert_equal('0.1.2', Smtpapi::VERSION)
9+
assert_equal('0.1.3', Smtpapi::VERSION)
1010
end
1111

1212
def test_empty

0 commit comments

Comments
 (0)