diff --git a/LICENSE.txt b/LICENSE.txt index 69fa166..673c214 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,3 +1,4 @@ +Copyright (c) 2013 Akinori MUSHA Copyright (c) 2011-2012 Akinori MUSHA, Eric Hodel Copyright (c) 2006-2011 Aaron Patterson, Mike Dalessio diff --git a/lib/http/cookie/version.rb b/lib/http/cookie/version.rb index 39701a0..9cc8ebe 100644 --- a/lib/http/cookie/version.rb +++ b/lib/http/cookie/version.rb @@ -1,5 +1,5 @@ module HTTP class Cookie - VERSION = "0.0.1" + VERSION = "0.1.0" end end