diff --git a/fake.fancypack b/fake.fancypack index 8dce848..3575646 100644 --- a/fake.fancypack +++ b/fake.fancypack @@ -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" } diff --git a/lib/fake/version.fy b/lib/fake/version.fy index 96ece86..0f5080b 100644 --- a/lib/fake/version.fy +++ b/lib/fake/version.fy @@ -1,3 +1,3 @@ class Fake { - VERSION = "0.1.3" + VERSION = "0.1.4" } \ No newline at end of file