Skip to content

Commit

Permalink
version bump with contributor enhancements
Browse files Browse the repository at this point in the history
  • Loading branch information
Josep M. Bach committed Aug 1, 2011
1 parent 8f9e86f commit 7b5d5c4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
rack-webconsole (0.1.1)
rack-webconsole (0.1.2)
json
rack

Expand Down
7 changes: 7 additions & 0 deletions History
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
=== 0.1.2 / 2011-08-01

+ Change field name to avoid conflicts with other forms (Chris Apolzon)
+ Prevent visual flash of unstyled content (Rob Cameron)
+ Fix minor styling issues (Jeff Kreeftmeijer)
+ Avoid conflicts with libraries other than JQuery (Jo Liss)

=== 0.1.1 / 2011-07-27

! Fix bug with Content-Length not being calculated appropriately. (Corin Langosch)
Expand Down
2 changes: 1 addition & 1 deletion lib/rack/webconsole/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
module Rack
class Webconsole
# rack-webconsole version number.
VERSION = "0.1.1"
VERSION = "0.1.2"
end
end

0 comments on commit 7b5d5c4

Please sign in to comment.