Skip to content

Commit e755a57

Browse files
committed
Version bump to 0.2.0
1 parent d72d631 commit e755a57

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.0
1+
0.2.0

rack-reverse-proxy.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55

66
Gem::Specification.new do |s|
77
s.name = %q{rack-reverse-proxy}
8-
s.version = "0.1.0"
8+
s.version = "0.2.0"
99

1010
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
1111
s.authors = ["Jon Swope"]
12-
s.date = %q{2010-04-10}
12+
s.date = %q{2010-04-11}
1313
s.description = %q{A Rack based reverse proxy for basic needs. Useful for testing or in cases where webserver configuration is unavailable.}
1414
s.email = %q{[email protected]}
1515
s.extra_rdoc_files = [

0 commit comments

Comments
 (0)