Skip to content

Commit

Permalink
. preparing for 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andi committed Jun 14, 2011
1 parent c062bd6 commit 8710c02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
@@ -1,4 +1,4 @@
*master
*3.3.0

* add a new method active_navigation_item_key which returns the symbol for the currently selected navigation item in a similar way to active_navigation_item_name does for the name (useful for CSS class styling for eg.)
* open up the helper API to provide active_navigation_item and active_navigation_item_container methods to make it easy to access the items/containers should it be necessary (came for free with the above refactoring)
Expand Down
2 changes: 1 addition & 1 deletion simple-navigation.gemspec
Expand Up @@ -5,7 +5,7 @@

Gem::Specification.new do |s|
s.name = %q{simple-navigation}
s.version = "3.2.0"
s.version = "3.2.5"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Andi Schacke"]
Expand Down

0 comments on commit 8710c02

Please sign in to comment.