Skip to content

Commit

Permalink
bumped framework to v0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mlcohen committed Jan 26, 2011
1 parent 291500c commit 711f81b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# lebowski 0.3.2 January 26, 2011

* Fixed picker pane proxy's click_off method. parent modal pane will now always be clicked and not get blocked by the picker pane.

# lebowski 0.3.1 January 23, 2011

* Fixed mouse down and right mouse down user actions
Expand Down
2 changes: 1 addition & 1 deletion lib/lebowski/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module Lebowski
module Version
MAJOR = 0
MINOR = 3
PATCH = 1
PATCH = 2
BUILD = nil

STRING = [MAJOR, MINOR, PATCH, BUILD].compact.join('.')
Expand Down

0 comments on commit 711f81b

Please sign in to comment.