Skip to content

Commit 94e8dcb

Browse files
committed
Bump version of compiler-node and set version to 0.5.3.
1 parent 723516d commit 94e8dcb

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

gren.cabal

+1-1
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.2
4+
Version: 0.5.3
55

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

gren.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"direct": {
1010
"gren-lang/core": "5.1.1",
1111
"gren-lang/node": "4.2.1",
12-
"gren-lang/compiler-node": "1.0.1"
12+
"gren-lang/compiler-node": "1.0.2"
1313
},
1414
"indirect": {
1515
"gren-lang/url": "4.0.0"

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

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

src/Main.gren

+1-1
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ type alias MakeStaticOpts =
313313
cliParser : CLI.Parser.App ParsedCommand
314314
cliParser =
315315
{ name = "gren"
316-
, version = "0.5.2"
316+
, version = "0.5.3"
317317
, intro =
318318
PP.verticalBlock
319319
[ PP.block

0 commit comments

Comments
 (0)