From c5ddbd10b08b291ed6908e47b509b1b4a3d253cc Mon Sep 17 00:00:00 2001 From: Himanshu Satija Date: Mon, 28 Sep 2020 23:44:02 +0530 Subject: [PATCH] v0.7.0-rc.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d1d2273..11c31ab 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@syncstate/core", "author": "Sanket Sahu, Himanshu Satija", "module": "dist/core.esm.js", - "version": "0.7.0-rc.0", + "version": "0.7.0-rc.1", "license": "MIT", "main": "dist/index.js", "typings": "dist/index.d.ts",