From 4d9ef8148ec44cba69c4bbaefacbce09286a1d88 Mon Sep 17 00:00:00 2001 From: Domino987 Date: Sat, 5 Jun 2021 23:46:05 +0200 Subject: [PATCH] ci: Set next version to 1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cf72180a..6ef95c23 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "publishConfig": { "access": "public" }, - "version": "3.0.2", + "version": "0.0.1", "description": "Datatable for React based on https://material-ui.com/api/table/ with additional features", "main": "dist/index.js", "types": "types/index.d.ts",