Skip to content

Commit

Permalink
Prep for 3.3.0 release. Upgrade to Rails 3.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
peakpg committed Apr 25, 2011
1 parent 7305dd4 commit ddf2d8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion browsercms.gemspec
Expand Up @@ -42,7 +42,7 @@ Gem::Specification.new do |s|
s.files += Dir["templates/*.rb"]
s.files -= Dir['test/dummy/*']

s.add_dependency('rails', "~> 3.0.5")
s.add_dependency('rails', "~> 3.0.7")

# Required only for bcms-upgrade
s.add_dependency('term-ansicolor')
Expand Down
2 changes: 1 addition & 1 deletion lib/cms/version.rb
Expand Up @@ -2,5 +2,5 @@
# Allows the precise version of BrowserCMS to be determined problematically.
#
module Cms
VERSION = "3.3.0.beta"
VERSION = "3.3.0"
end

0 comments on commit ddf2d8f

Please sign in to comment.