From 354b93b54226a23bd083ff10b5b7cbf50c72dba5 Mon Sep 17 00:00:00 2001 From: Pulyak Viktor Date: Tue, 12 Nov 2019 14:29:25 +0300 Subject: [PATCH] Up version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 27152d8a..f38e0471 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "echo-bridge", "description": "The bridge between your web site and the Echo", - "version": "1.13.0-rc.5", + "version": "1.13.1", "scripts": { "start": "cross-env NODE_ENV=local webpack-dev-server --mode development --progress --colors --history-api-fallback --hot --inline --port 8081", "build": "cross-env NODE_ENV=production webpack --progress --display-error-details --colors --mode production",