Skip to content

Commit 2c4d48e

Browse files
committed
Release v1.0.2
1 parent e4da94e commit 2c4d48e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

elm.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "scrive/json-schema-form",
44
"summary": "Generate validating forms from JSON schemas.",
55
"license": "MIT",
6-
"version": "1.0.1",
6+
"version": "1.0.2",
77
"exposed-modules": [
88
"Json.Schema.Form",
99
"Json.Schema.Form.Encode",
@@ -20,7 +20,7 @@
2020
"elm-community/html-extra": "3.4.0 <= v < 4.0.0",
2121
"elmcraft/core-extra": "2.0.0 <= v < 3.0.0",
2222
"json-tools/json-schema": "1.0.2 <= v < 2.0.0",
23-
"kutyel/elm-form": "1.0.0 <= v < 2.0.0",
23+
"scrive/elm-form": "1.0.0 <= v < 2.0.0",
2424
"the-sett/elm-string-case": "1.0.2 <= v < 2.0.0"
2525
},
2626
"test-dependencies": {

0 commit comments

Comments
 (0)