From ddf3086d8f6316f9c3c225341d78bf73b9bb2d0a Mon Sep 17 00:00:00 2001 From: "Gabriel R. Abreu" Date: Wed, 26 Jun 2019 15:03:25 -0300 Subject: [PATCH] v2.0.0-beta.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e05fcd8..5b1b71c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "reason-apollo-hooks", - "version": "2.0.0-beta.0", + "version": "2.0.0-beta.1", "scripts": { "build": "bsb -make-world", "start": "bsb -make-world -w",