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"