From 2e662ea30f44b159d6b019ae661a5035a6e3857f Mon Sep 17 00:00:00 2001 From: Artemy Date: Mon, 25 Sep 2023 10:53:12 +0300 Subject: [PATCH] 1.4.0 --- package-lock.json | 4 ++-- package.json | 2 +- src/publicConfig.ts | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 438771e..bd6aaa0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "txtdot", - "version": "1.3.1", + "version": "1.4.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "txtdot", - "version": "1.3.1", + "version": "1.4.0", "license": "MIT", "dependencies": { "@fastify/static": "^6.10.2", diff --git a/package.json b/package.json index a8d673f..252765d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "txtdot", - "version": "1.3.1", + "version": "1.4.0", "private": true, "description": "", "main": "dist/app.js", diff --git a/src/publicConfig.ts b/src/publicConfig.ts index f1d32f4..355f63c 100644 --- a/src/publicConfig.ts +++ b/src/publicConfig.ts @@ -1,5 +1,5 @@ export default { - version: "1.3.1", + version: "1.4.0", description: "txtdot is an HTTP proxy that parses only text, links and pictures from pages reducing internet bandwidth usage, removing ads and heavy scripts", };