Skip to content

Commit

Permalink
Tweak actual version
Browse files Browse the repository at this point in the history
  • Loading branch information
parndt committed Aug 11, 2011
1 parent 1d4fabe commit 3376b2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/gemspec.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env ruby
version = '1.1.0'
version = '2.0.0'
raise "Could not get version so gemspec can not be built" if version.nil?
files = Dir.glob("**/*").flatten.reject do |file|
file =~ /\.gem(spec)?$/
Expand Down
2 changes: 1 addition & 1 deletion refinerycms-i18n.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = %q{refinerycms-i18n}
s.version = %q{1.1.0}
s.version = %q{2.0.0}
s.description = %q{i18n logic extracted from RefineryCMS, for Refinery CMS.}
s.date = %q{2011-08-12}
s.summary = %q{i18n logic for Refinery CMS.}
Expand Down

0 comments on commit 3376b2a

Please sign in to comment.