Skip to content

Commit f6d00cb

Browse files
committed
2.0.0
1 parent e5eb594 commit f6d00cb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

elm.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "jamesrweb/elm-combinators",
44
"summary": "A combinatory logic library for ELM.",
55
"license": "BSD-3-Clause",
6-
"version": "1.1.1",
6+
"version": "2.0.0",
77
"exposed-modules": ["Combinators", "Combinators.Future"],
88
"elm-version": "0.19.0 <= v < 0.20.0",
99
"dependencies": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "elm-combinators",
3-
"version": "1.1.1",
3+
"version": "2.0.0",
44
"description": "Combinatory logic in Elm",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)