Skip to content

Commit

Permalink
Release 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
geemus committed Jun 24, 2012
1 parent 414aa65 commit 24e0be7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions fog.gemspec
Expand Up @@ -6,8 +6,8 @@ Gem::Specification.new do |s|
## If your rubyforge_project name is different, then edit it and comment out
## the sub! line in the Rakefile
s.name = 'fog'
s.version = '1.3.1'
s.date = '2012-03-27'
s.version = '1.4.0'
s.date = '2012-06-24'
s.rubyforge_project = 'fog'


Expand Down
2 changes: 1 addition & 1 deletion lib/fog.rb
Expand Up @@ -3,7 +3,7 @@
module Fog

unless const_defined?(:VERSION)
VERSION = '1.3.1'
VERSION = '1.4.0'
end

end
Expand Down

0 comments on commit 24e0be7

Please sign in to comment.