From dbb43cc5535693f8312f560355d5488d02e303f2 Mon Sep 17 00:00:00 2001 From: CosmoX Date: Wed, 15 Jan 2020 20:23:36 -0800 Subject: [PATCH] update version to 1.8.2 --- license.json | 4 ++-- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/license.json b/license.json index e2e1fa57..df3b8c63 100644 --- a/license.json +++ b/license.json @@ -226,7 +226,7 @@ "path": "/Users/cosmoqiu/Projects/Lepton/node_modules/@xtuc/long", "licenseFile": "node_modules/@xtuc/long/LICENSE" }, - "Lepton@1.8.1": { + "Lepton@1.8.2": { "licenses": "MIT", "repository": "https://github.com/hackjutsu/Lepton", "publisher": "CosmoX", @@ -2366,7 +2366,7 @@ "path": "/Users/cosmoqiu/Projects/Lepton/node_modules/notebookjs/node_modules/hawk", "licenseFile": "node_modules/notebookjs/node_modules/hawk/LICENSE" }, - "highlight.js@9.13.1": { + "highlight.js@9.15.10": { "licenses": "BSD-3-Clause", "repository": "https://github.com/highlightjs/highlight.js", "publisher": "Ivan Sagalaev", diff --git a/package-lock.json b/package-lock.json index 97ee803c..a0076b3b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "Lepton", - "version": "1.8.1", + "version": "1.8.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index c7325c1b..c07d1c3b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Lepton", - "version": "1.8.1", + "version": "1.8.2", "description": "Democratizing Code Snippets Management (macOS/Win/Linux)", "productName": "Lepton", "main": "main.js",