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", };