Skip to content

Commit 4f09526

Browse files
committed
Bump version to 0.4.3
1 parent 82345d8 commit 4f09526

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
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.0
4+
Version: 0.4.3
55

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

gren.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
"source-directories": [
55
"src"
66
],
7-
"gren-version": "0.3.0",
7+
"gren-version": "0.4.0",
88
"dependencies": {
99
"direct": {
10-
"gren-lang/core": "local:../core",
11-
"gren-lang/node": "local:../node"
10+
"gren-lang/core": "5.0.0",
11+
"gren-lang/node": "4.0.0"
1212
},
1313
"indirect": {
14-
"gren-lang/url": "3.0.0"
14+
"gren-lang/url": "4.0.0"
1515
}
1616
}
1717
}

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3501,7 +3501,7 @@ var $gren_lang$node$FileSystem$Path$prepend = F2(function(left, right) {
35013501
var $gren_lang$node$FileSystem$Path$append = F2(function(left, right) {
35023502
return A2($gren_lang$node$FileSystem$Path$prepend, right, left);
35033503
});
3504-
var $author$project$Main$compilerVersion = '0.4.0';
3504+
var $author$project$Main$compilerVersion = '0.4.3';
35053505
var $gren_lang$core$Maybe$map = F2(function(f, maybe) {
35063506
if (maybe.$ === 'Just') {
35073507
var value = maybe.a;

src/Main.gren

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

3939
compilerVersion : String
4040
compilerVersion =
41-
"0.4.0"
41+
"0.4.3"
4242

4343

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

0 commit comments

Comments
 (0)