diff --git a/gren.cabal b/gren.cabal index 00d1a7f3..c9c8a455 100644 --- a/gren.cabal +++ b/gren.cabal @@ -1,7 +1,7 @@ Cabal-version: 3.8 Name: gren -Version: 0.4.0 +Version: 0.4.3 Synopsis: The `gren` command line interface. diff --git a/gren.json b/gren.json index e0ca9e72..133613da 100644 --- a/gren.json +++ b/gren.json @@ -4,14 +4,14 @@ "source-directories": [ "src" ], - "gren-version": "0.3.0", + "gren-version": "0.4.0", "dependencies": { "direct": { - "gren-lang/core": "local:../core", - "gren-lang/node": "local:../node" + "gren-lang/core": "5.0.0", + "gren-lang/node": "4.0.0" }, "indirect": { - "gren-lang/url": "3.0.0" + "gren-lang/url": "4.0.0" } } } diff --git a/index.js b/index.js index ff889f65..04eaf02e 100644 --- a/index.js +++ b/index.js @@ -3501,7 +3501,7 @@ var $gren_lang$node$FileSystem$Path$prepend = F2(function(left, right) { var $gren_lang$node$FileSystem$Path$append = F2(function(left, right) { return A2($gren_lang$node$FileSystem$Path$prepend, right, left); }); -var $author$project$Main$compilerVersion = '0.4.0'; +var $author$project$Main$compilerVersion = '0.4.3'; var $gren_lang$core$Maybe$map = F2(function(f, maybe) { if (maybe.$ === 'Just') { var value = maybe.a; diff --git a/src/Main.gren b/src/Main.gren index 8f576de1..f70f407e 100644 --- a/src/Main.gren +++ b/src/Main.gren @@ -38,7 +38,7 @@ type alias Model = compilerVersion : String compilerVersion = - "0.4.0" + "0.4.3" init : Node.Environment -> Init.Task { model : Model, command : Cmd Msg }