Skip to content

Commit a0ae201

Browse files
committed
Bump versions.
1 parent e966a77 commit a0ae201

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

gren.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Cabal-version: 3.8
22

33
Name: gren
4-
Version: 0.5.5
4+
Version: 0.6.0
55

66
Synopsis:
77
The `gren` command line interface.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gren-lang",
3-
"version": "0.5.5",
3+
"version": "0.6.0",
44
"description": "Compiler for the Gren programming language",
55
"scripts": {
66
"test": "echo \"Error: no test specified\" && exit 1",

src/Meta.gren

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ import SemanticVersion exposing (SemanticVersion)
99
version : SemanticVersion
1010
version =
1111
{ major = 0
12-
, minor = 5
13-
, patch = 5
12+
, minor = 6
13+
, patch = 0
1414
}

0 commit comments

Comments
 (0)