Skip to content

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
sepastian committed Feb 11, 2014
1 parent 032533e commit a2b25be
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion capistrano-unicorn.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
require File.expand_path("../lib/capistrano/unicorn/version", __FILE__)

Gem::Specification.new do |spec|
spec.name = "capistrano-unicorn"
spec.name = "sepastian-capistrano3-unicorn"
spec.version = CapistranoUnicorn::VERSION.dup
spec.author = "Sebastian Gassner, Dan Sosedoff"
spec.email = "[email protected]"
Expand Down
7 changes: 4 additions & 3 deletions lib/capistrano/unicorn/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
module CapistranoUnicorn
unless defined?(::CapistranoUnicorn::VERSION)
VERSION = "0.3.2".freeze
end
MAJOR = 0
MINOR = 4
PATCH = 0
VERSION = [ MAJOR, MINOR, PATCH ].join('.').freeze
end

0 comments on commit a2b25be

Please sign in to comment.