Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimirlogachev committed May 2, 2024
1 parent a0fa046 commit c645207
Showing 1 changed file with 18 additions and 15 deletions.
33 changes: 18 additions & 15 deletions elm.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,20 @@
{
"type": "package",
"name": "vladimirlogachev/elm-modular-grid",
"summary": "Responsive modular grid layouts for Elm",
"license": "MIT",
"version": "1.0.0",
"exposed-modules": ["GridLayout1", "GridLayout2", "GridLayout3"],
"source-directories": ["src"],
"elm-version": "0.19.1 <= v < 0.20.0",
"dependencies": {
"elm/core": "1.0.5 <= v < 2.0.0",
"elm/html": "1.0.0 <= v < 2.0.0",
"elm/json": "1.1.3 <= v < 2.0.0",
"mdgriffith/elm-ui": "1.1.8 <= v < 2.0.0"
},
"test-dependencies": {}
"type": "package",
"name": "vladimirlogachev/elm-modular-grid",
"summary": "Responsive modular grid layouts for Elm",
"license": "MIT",
"version": "2.0.0",
"exposed-modules": [
"GridLayout1",
"GridLayout2",
"GridLayout3"
],
"elm-version": "0.19.1 <= v < 0.20.0",
"dependencies": {
"elm/core": "1.0.5 <= v < 2.0.0",
"elm/html": "1.0.0 <= v < 2.0.0",
"elm/json": "1.1.3 <= v < 2.0.0",
"mdgriffith/elm-ui": "1.1.8 <= v < 2.0.0"
},
"test-dependencies": {}
}

0 comments on commit c645207

Please sign in to comment.