Skip to content

Commit

Permalink
bump version to 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bakkdoor committed Nov 23, 2012
1 parent 5cf2075 commit ac017c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fake.fancypack
Expand Up @@ -5,5 +5,5 @@ Fancy Package Specification new: "fake" with: {
include_files: ["lib/fake.fy"]
description: "Fancy automation and build tool, inspired by Ruby's Rake."
homepage: "http://www.fancy-lang.org/"
version: "0.1.3"
version: "0.1.4"
}
2 changes: 1 addition & 1 deletion lib/fake/version.fy
@@ -1,3 +1,3 @@
class Fake {
VERSION = "0.1.3"
VERSION = "0.1.4"
}

0 comments on commit ac017c2

Please sign in to comment.