Update to version 1.0.1

This commit is contained in:
Petr Korolev 2014-11-10 13:36:15 +02:00
parent ea1c5c1f6d
commit 459b0ec7ec
2 changed files with 3 additions and 3 deletions

View File

@ -65,4 +65,4 @@ Github the Generator is released under the [MIT License](http://www.opensource.o
**Bug reports, feature requests, patches, well-wishes, and rap demo tapes are always welcome!** **Bug reports, feature requests, patches, well-wishes, and rap demo tapes are always welcome!**
*Improvements more than welcome - they are kindly requested! :)* *Improvements more than welcome - they are kindly requested! :)*

View File

@ -1,6 +1,6 @@
Gem::Specification.new do |s| Gem::Specification.new do |s|
s.name = "github_changelog_generator" s.name = "github_changelog_generator"
s.version = "1.0.0" s.version = "1.0.1"
s.default_executable = "github_changelog_generator" s.default_executable = "github_changelog_generator"
s.required_ruby_version = '>= 1.9.3' s.required_ruby_version = '>= 1.9.3'
@ -18,4 +18,4 @@ Gem::Specification.new do |s|
s.add_runtime_dependency(%q<github_api>, ["~> 0.12"]) s.add_runtime_dependency(%q<github_api>, ["~> 0.12"])
s.executables = %w(github_changelog_generator) s.executables = %w(github_changelog_generator)
end end