Skip to content

Commit

Permalink
Release v0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
aitor committed Aug 27, 2009
1 parent 2b8cd85 commit 9c266c9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,8 @@
Edge
----

0.5.4
----
* Updated tog gem to require Desert 0.5.2 that fix some "Plugin schema migrations should successfully convert from the 'old' scheme to the 'new' scheme"" [Thanks Andrei!]

0.5.3
Expand Down
2 changes: 1 addition & 1 deletion lib/tog/version.rb
Expand Up @@ -2,7 +2,7 @@ module Tog
module Version
MAJOR = 0
MINOR = 5
TINY = 3
TINY = 4
MODULE = "Io"
STRING = [MAJOR, MINOR, TINY].join('.')

Expand Down
2 changes: 1 addition & 1 deletion tog.gemspec
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |s|
s.name = %q{tog}
s.version = "0.5.3"
s.version = "0.5.4"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Aitor Garc\303\255a", "Alberto Molpeceres", "Roberto Salicio"]
Expand Down

0 comments on commit 9c266c9

Please sign in to comment.