Skip to content

Commit

Permalink
bump version in Functional.moon to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
line0 committed Feb 17, 2019
1 parent bb01170 commit f3b1029
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DependencyControl.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
{
"name": ".moon",
"url": "@{fileBaseUrl}/Functional.moon",
"sha1": "0803D1200632C02931FF31FD60C50D0D0A36B6F5"
"sha1": "6518DE7918DDABCA94C4A4454C4BB779F9ED4A65"
},
{
"name": ".moon",
Expand Down
2 changes: 1 addition & 1 deletion Functional.moon
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
DependencyControl = require "l0.DependencyControl"
version = DependencyControl{
name: "(Almost) Functional Suite",
version: "0.4.1",
version: "0.5.0",
description: "Collection of commonly used functions",
author: "line0",
moduleName: "l0.Functional",
Expand Down

0 comments on commit f3b1029

Please sign in to comment.