Skip to content

Commit

Permalink
Release v0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
aitor committed Feb 17, 2009
1 parent 589c16a commit dcda43a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Edge
----

0.4.2
----
* #106 New "tog:plugins:db:version" task
0.4.0
----
Expand Down
2 changes: 1 addition & 1 deletion lib/tog/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module Tog
module Version
MAJOR = 0
MINOR = 4
TINY = 1
TINY = 2
MODULE = "Thebe"
STRING = [MAJOR, MINOR, TINY].join('.')

Expand Down
4 changes: 2 additions & 2 deletions tog.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

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

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"]
s.date = %q{2009-01-27}
s.date = %q{2009-02-17}
s.default_executable = %q{togify}
s.description = %q{extensible open source social network platform}
s.email = ["aitor@linkingpaths.com", "alberto@linkingpaths.com", "roberto@linkingpaths.com"]
Expand Down

0 comments on commit dcda43a

Please sign in to comment.