mirror of
https://github.com/samsonjs/http-cookie.git
synced 2026-03-25 08:55:53 +00:00
Bump VERSION to 0.1.0.
This commit is contained in:
parent
5cebc4e56d
commit
c2e0dbb96f
2 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
module HTTP
|
||||
class Cookie
|
||||
VERSION = "0.0.1"
|
||||
VERSION = "0.1.0"
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in a new issue