Skip to content

Commit 1de5c40

Browse files
committed
Bump 1.1.0
1 parent fd1f54c commit 1de5c40

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

elm-package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
{
2-
"version": "1.0.0",
2+
"version": "1.1.0",
33
"summary": "Reading and manipulation with json values",
44
"repository": "https://github.com/1602/json-value.git",
55
"license": "BSD3",
66
"source-directories": [
77
"./src"
88
],
9-
"exposed-modules": [ "JsonValue" ],
9+
"exposed-modules": [
10+
"JsonValue"
11+
],
1012
"dependencies": {
1113
"elm-lang/core": "5.1.1 <= v < 6.0.0"
1214
},

0 commit comments

Comments
 (0)