Skip to content

Commit

Permalink
Bump version to 0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
robinheghan committed Jun 22, 2024
1 parent 82345d8 commit 4f09526
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion gren.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Cabal-version: 3.8

Name: gren
Version: 0.4.0
Version: 0.4.3

Synopsis:
The `gren` command line interface.
Expand Down
8 changes: 4 additions & 4 deletions gren.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
}
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion src/Main.gren
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down

0 comments on commit 4f09526

Please sign in to comment.