Skip to content

Commit

Permalink
Update version number to be able to re-push to rubygems.
Browse files Browse the repository at this point in the history
  • Loading branch information
thuehlinger committed Mar 10, 2015
1 parent 6712813 commit 81a41a8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Releases
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
= Daemons Release History

== Release 1.2.1: March 10, 2015

* increase version number to be able to re-push to rubygems

== Release 1.2.0: March 8, 2015

* add options for custum log file names.
Expand Down
2 changes: 1 addition & 1 deletion daemons.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ Gem::Specification.new do |s|
monitoring and automatic restarting of your processes if they crash.
EOF

s.files = `git ls-files README.md LICENSE Releases lib`.split
s.files = `git ls-files README.md LICENSE Releases lib examples`.split
end
2 changes: 1 addition & 1 deletion lib/daemons/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Daemons
VERSION = '1.2.0'
VERSION = '1.2.1'
end

0 comments on commit 81a41a8

Please sign in to comment.