diff --git a/History.txt b/History.txt index 4c24b65..ae5210a 100644 --- a/History.txt +++ b/History.txt @@ -6,3 +6,7 @@ +++ 0.1.2 2007-6-27 No major changes. + ++++ 0.1.3 2007-7-09 + +No change. diff --git a/lib/right_http_connection/version.rb b/lib/right_http_connection/version.rb index 8fdc15c..64b06cd 100644 --- a/lib/right_http_connection/version.rb +++ b/lib/right_http_connection/version.rb @@ -2,7 +2,7 @@ module RightHttpConnection #:nodoc: module VERSION #:nodoc: MAJOR = 0 MINOR = 1 - TINY = 2 + TINY = 3 STRING = [MAJOR, MINOR, TINY].join('.') end