From b9ef98a8c0f1aceab4cf34657f77df1cba333ab9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Proust?= Date: Thu, 23 Jun 2022 17:32:27 +0200 Subject: [PATCH] Bump version numbers in opam files --- lwt.opam | 2 +- lwt_domain.opam | 2 +- lwt_ppx.opam | 2 +- lwt_ppx_let.opam | 2 +- lwt_react.opam | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/lwt.opam b/lwt.opam index 8593dcc9a..a78f1ca53 100644 --- a/lwt.opam +++ b/lwt.opam @@ -2,7 +2,7 @@ opam-version: "2.0" synopsis: "Promises and event-driven I/O" -version: "5.5.0" +version: "5.6.0" license: "MIT" homepage: "https://github.com/ocsigen/lwt" doc: "https://ocsigen.org/lwt" diff --git a/lwt_domain.opam b/lwt_domain.opam index d6a9f5d26..b4604da98 100644 --- a/lwt_domain.opam +++ b/lwt_domain.opam @@ -2,7 +2,7 @@ opam-version: "2.0" synopsis: "Helpers for using Domainslib with Lwt" -version: "0.1.0" +version: "0.2.0" license: "MIT" homepage: "https://github.com/ocsigen/lwt" doc: "https://ocsigen.org/lwt/dev/api/Lwt_domain" diff --git a/lwt_ppx.opam b/lwt_ppx.opam index 98cd8a4fb..c97d9d857 100644 --- a/lwt_ppx.opam +++ b/lwt_ppx.opam @@ -2,7 +2,7 @@ opam-version: "2.0" synopsis: "PPX syntax for Lwt, providing something similar to async/await from JavaScript" -version: "2.0.3" +version: "2.1.0" license: "MIT" homepage: "https://github.com/ocsigen/lwt" doc: "https://ocsigen.org/lwt/dev/api/Ppx_lwt" diff --git a/lwt_ppx_let.opam b/lwt_ppx_let.opam index 845fafcee..d2114baa8 100644 --- a/lwt_ppx_let.opam +++ b/lwt_ppx_let.opam @@ -2,7 +2,7 @@ opam-version: "2.0" synopsis: "Dummy package context for ppx_let tests" -version: "5.5.0" +version: "5.6.0" license: "MIT" homepage: "https://github.com/ocsigen/lwt" doc: "https://ocsigen.org/lwt" diff --git a/lwt_react.opam b/lwt_react.opam index f6c7c487e..c1623389d 100644 --- a/lwt_react.opam +++ b/lwt_react.opam @@ -2,7 +2,7 @@ opam-version: "2.0" synopsis: "Helpers for using React with Lwt" -version: "1.1.5" +version: "1.2.0" license: "MIT" homepage: "https://github.com/ocsigen/lwt" doc: "https://ocsigen.org/lwt/dev/api/Lwt_react"