From ca410bbdd0fa647a3cd6d533075b2c20ebc6decf Mon Sep 17 00:00:00 2001 From: Anton Bachin Date: Tue, 2 Mar 2021 02:15:36 +0300 Subject: [PATCH] Bump to 1.1.3 [skip ci] --- package.json | 2 +- promise.opam | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index a5c0a34..197e551 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "reason-promise", - "version": "1.1.2", + "version": "1.1.3", "description": "Light and type-safe binding to JS promises", "keywords": [ "BuckleScript", diff --git a/promise.opam b/promise.opam index 2535435..20900da 100644 --- a/promise.opam +++ b/promise.opam @@ -2,7 +2,7 @@ opam-version: "2.0" synopsis: "Native implementation of a JS promise binding" -version: "1.1.2" +version: "1.1.3" license: "MIT" homepage: "https://github.com/aantron/promise" doc: "https://github.com/aantron/promise"