Skip to content

Commit

Permalink
Fix version release date
Browse files Browse the repository at this point in the history
  • Loading branch information
miks committed Oct 30, 2016
1 parent 91946be commit 1938048
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion releaf-core/lib/releaf/version.rb
@@ -1,3 +1,3 @@
module Releaf
VERSION = "1.0.0"
VERSION = "1.0.1"
end
2 changes: 1 addition & 1 deletion releaf.gemspec
Expand Up @@ -4,7 +4,7 @@ Gem::Specification.new do |s|
s.name = "releaf"
s.version = Releaf::VERSION

s.date = '2014-11-28'
s.date = '2016-10-30'
s.summary = "Administration interface for Ruby on Rails"
s.description = "Administration interface for Ruby on Rails"
s.authors = ["CubeSystems"]
Expand Down

0 comments on commit 1938048

Please sign in to comment.