Skip to content

Commit

Permalink
Bump elm code to 4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mdgriffith committed Mar 11, 2024
1 parent 0e2e406 commit bc000cf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cli/templates/Elm.json.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default () => `
"elm/core": "1.0.5",
"elm/html": "1.0.0",
"elm/json": "1.1.3",
"mdgriffith/elm-codegen": "4.4.1"
"mdgriffith/elm-codegen": "4.5.0"
},
"indirect": {
"elm/parser": "1.1.0",
Expand Down
2 changes: 1 addition & 1 deletion cli/templates/ElmCodeGen.json.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export default () => `
{
"elm-codegen-version": "0.3.0",
"elm-codegen-version": "0.5.2",
"codegen-helpers": {
"packages": {},
"local": []
Expand Down
2 changes: 1 addition & 1 deletion elm.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "mdgriffith/elm-codegen",
"summary": "A code generation library for Elm",
"license": "BSD-3-Clause",
"version": "4.1.1",
"version": "4.2.0",
"exposed-modules": [
"Elm",
"Elm.Op",
Expand Down

0 comments on commit bc000cf

Please sign in to comment.