Skip to content

Commit b9ef98a

Browse files
Bump version numbers in opam files
1 parent bc92167 commit b9ef98a

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

lwt.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ opam-version: "2.0"
22

33
synopsis: "Promises and event-driven I/O"
44

5-
version: "5.5.0"
5+
version: "5.6.0"
66
license: "MIT"
77
homepage: "https://github.com/ocsigen/lwt"
88
doc: "https://ocsigen.org/lwt"

lwt_domain.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ opam-version: "2.0"
22

33
synopsis: "Helpers for using Domainslib with Lwt"
44

5-
version: "0.1.0"
5+
version: "0.2.0"
66
license: "MIT"
77
homepage: "https://github.com/ocsigen/lwt"
88
doc: "https://ocsigen.org/lwt/dev/api/Lwt_domain"

lwt_ppx.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ opam-version: "2.0"
22

33
synopsis: "PPX syntax for Lwt, providing something similar to async/await from JavaScript"
44

5-
version: "2.0.3"
5+
version: "2.1.0"
66
license: "MIT"
77
homepage: "https://github.com/ocsigen/lwt"
88
doc: "https://ocsigen.org/lwt/dev/api/Ppx_lwt"

lwt_ppx_let.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ opam-version: "2.0"
22

33
synopsis: "Dummy package context for ppx_let tests"
44

5-
version: "5.5.0"
5+
version: "5.6.0"
66
license: "MIT"
77
homepage: "https://github.com/ocsigen/lwt"
88
doc: "https://ocsigen.org/lwt"

lwt_react.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ opam-version: "2.0"
22

33
synopsis: "Helpers for using React with Lwt"
44

5-
version: "1.1.5"
5+
version: "1.2.0"
66
license: "MIT"
77
homepage: "https://github.com/ocsigen/lwt"
88
doc: "https://ocsigen.org/lwt/dev/api/Lwt_react"

0 commit comments

Comments
 (0)