Skip to content

Commit

Permalink
Release v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aitor committed Dec 11, 2008
1 parent cb42817 commit 3904ba7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 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.0
----
* Changed the list_specs based on files by one based on classes
* togify: Use github's tarballs instead of a git clone to a) remove git dependecy on togify and b) use a tagged release of tog plugins instead of the edge

Expand Down
4 changes: 2 additions & 2 deletions lib/tog/version.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
module Tog
module Version
MAJOR = 0
MINOR = 3
MINOR = 4
TINY = 0
MODULE = "Amalthea"
MODULE = "Thebe"
STRING = [MAJOR, MINOR, TINY].join('.')

class << self
Expand Down

0 comments on commit 3904ba7

Please sign in to comment.