From c2e0dbb96f0e4ab887669377a2b46ab83b93e7ca Mon Sep 17 00:00:00 2001 From: Akinori MUSHA Date: Fri, 15 Mar 2013 10:52:04 +0900 Subject: [PATCH] Bump VERSION to 0.1.0. --- LICENSE.txt | 1 + lib/http/cookie/version.rb | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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