From 572e645399763d92c9f288a364565e4482deea1f Mon Sep 17 00:00:00 2001 From: pavel-surinin Date: Sat, 13 Mar 2021 09:17:57 +0200 Subject: [PATCH] revert version --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 6066782..7108b41 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "declarative-js", - "version": "3.8.15", + "version": "3.8.14", "main": "index.js", "types": "index.d.ts", "author": "Pavel Surinin ", @@ -72,4 +72,4 @@ "publish:major": "npm run build && npm version major && npm run copy && npm publish target/out", "coveralls": "cat target/coverage/lcov.info | coveralls" } -} +} \ No newline at end of file