Skip to content

Commit 384add2

Browse files
committed
Bump versions.
1 parent 7a04139 commit 384add2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.4.4
4+
Version: 0.4.5
55

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

src/Main.gren

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ type alias Model =
3939

4040
compilerVersion : String
4141
compilerVersion =
42-
"0.4.4"
42+
"0.4.5"
4343

4444

4545
init : Node.Environment -> Init.Task { model : Model, command : Cmd Msg }

0 commit comments

Comments
 (0)