Skip to content

Commit

Permalink
Bump version in gemspec and lib/version.fy
Browse files Browse the repository at this point in the history
  • Loading branch information
bakkdoor committed Mar 8, 2011
1 parent 5982766 commit 2c664f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions fancy.gemspec
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Gem::Specification.new do |s|
s.name = "fancy"
s.version = "0.3.1"
s.version = "0.3.2"

s.authors = ["Christopher Bertels"]
s.date = "2011-02-01"
s.date = "2011-03-08"
s.email = "chris@fancy-lang.org"

files =
Expand Down
2 changes: 1 addition & 1 deletion lib/version.fy
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
VERSION_MAJOR = 0
VERSION_MINOR = 3
VERSION_PATCH = 0
VERSION_PATCH = 2
VERSION_SUFFIX = "alpha"

FANCY_VERSION = [VERSION_MAJOR, VERSION_MINOR, VERSION_PATCH] join: "." ++ " " ++ VERSION_SUFFIX

0 comments on commit 2c664f7

Please sign in to comment.