From 5b6b9c1947a67498bca3b3802072b3a96834d1d7 Mon Sep 17 00:00:00 2001 From: WubzyGD Date: Wed, 27 Apr 2022 12:35:29 -0600 Subject: [PATCH] 1.7.1 -> Zipping --- json/changelogs/1.7.1.json | 1 + package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 json/changelogs/1.7.1.json diff --git a/json/changelogs/1.7.1.json b/json/changelogs/1.7.1.json new file mode 100644 index 0000000..725ae2a --- /dev/null +++ b/json/changelogs/1.7.1.json @@ -0,0 +1 @@ +{"log":{"Zipping":["You can now zip folders!","So far, this only applies to the directory you're currently viewing. It will not *yet* zip the directory you have selected"]},"version":{"name":"Alpha","semver":"1.7.1"}} \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index b505e8a..b7057f8 100755 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "filekade", - "version": "1.7.0", + "version": "1.7.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "filekade", - "version": "1.7.0", + "version": "1.7.1", "license": "ISC", "dependencies": { "adm-zip": "^0.5.9", diff --git a/package.json b/package.json index 5d069ba..7245578 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "filekade", - "version": "1.7.0", + "version": "1.7.1", "description": "A file explorer (primarily a learning experience for me)", "main": "main.js", "scripts": {