Skip to content

Commit 2db81fd

Browse files
Bump to version 2.0.0
1 parent 63b7703 commit 2db81fd

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This package is heavily inspired by [elm-pages](https://github.com/dillonkearns/
1313

1414
See the [examples](https://github.com/andrewMacmurray/elm-concurrent-task/tree/main/examples) for more things you can do!
1515

16-
View [the elm-package docs here](https://package.elm-lang.org/packages/andrewMacmurray/elm-concurrent-task/1.1.1/).
16+
View [the elm-package docs here](https://package.elm-lang.org/packages/andrewMacmurray/elm-concurrent-task/2.0.0/).
1717

1818
## Why?
1919

@@ -174,11 +174,11 @@ However, there are a number of tasks built into the JavaScript runner and suppor
174174

175175
Check out the built-ins for more details:
176176

177-
- [`Browser.Dom`](https://package.elm-lang.org/packages/andrewMacmurray/elm-concurrent-task/1.1.1/ConcurrentTask-Browser-Dom/)
178-
- [`Http`](https://package.elm-lang.org/packages/andrewMacmurray/elm-concurrent-task/1.1.1/ConcurrentTask-Http/)
179-
- [`Process`](https://package.elm-lang.org/packages/andrewMacmurray/elm-concurrent-task/1.1.1/ConcurrentTask-Process/)
180-
- [`Random`](https://package.elm-lang.org/packages/andrewMacmurray/elm-concurrent-task/1.1.1/ConcurrentTask-Random/)
181-
- [`Time`](https://package.elm-lang.org/packages/andrewMacmurray/elm-concurrent-task/1.1.1/ConcurrentTask-Time/)
177+
- [`Browser.Dom`](https://package.elm-lang.org/packages/andrewMacmurray/elm-concurrent-task/2.0.0/ConcurrentTask-Browser-Dom/)
178+
- [`Http`](https://package.elm-lang.org/packages/andrewMacmurray/elm-concurrent-task/2.0.0/ConcurrentTask-Http/)
179+
- [`Process`](https://package.elm-lang.org/packages/andrewMacmurray/elm-concurrent-task/2.0.0/ConcurrentTask-Process/)
180+
- [`Random`](https://package.elm-lang.org/packages/andrewMacmurray/elm-concurrent-task/2.0.0/ConcurrentTask-Random/)
181+
- [`Time`](https://package.elm-lang.org/packages/andrewMacmurray/elm-concurrent-task/2.0.0/ConcurrentTask-Time/)
182182

183183
## How?
184184

elm.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "andrewMacmurray/elm-concurrent-task",
44
"summary": "Run a tree of Tasks concurrently, call JS functions as Tasks (Task Ports)",
55
"license": "MIT",
6-
"version": "1.1.1",
6+
"version": "2.0.0",
77
"exposed-modules": [
88
"ConcurrentTask",
99
"ConcurrentTask.Browser.Dom",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@andrewmacmurray/elm-concurrent-task",
3-
"version": "1.1.1",
3+
"version": "2.0.0",
44
"description": "Run a tree of Tasks concurrently, call JS functions as Tasks (Task Ports)",
55
"main": "lib/cjs/index.js",
66
"module": "lib/mjs/index.js",

0 commit comments

Comments
 (0)