Skip to content

Commit 483669e

Browse files
committed
v1.0.1
1 parent 2384e8c commit 483669e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

elm.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "ahstro/elm-luhn",
44
"summary": "Luhn Algorithm validator",
55
"license": "BSD-3-Clause",
6-
"version": "1.0.0",
6+
"version": "1.0.1",
77
"exposed-modules": [
88
"Luhn"
99
],
@@ -12,4 +12,4 @@
1212
"elm/core": "1.0.0 <= v < 2.0.0"
1313
},
1414
"test-dependencies": {}
15-
}
15+
}

0 commit comments

Comments
 (0)