This commit is contained in:
Artemy 2023-09-25 10:53:12 +03:00
parent e6b61fb814
commit 2e662ea30f
3 changed files with 4 additions and 4 deletions

4
package-lock.json generated
View File

@ -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",

View File

@ -1,6 +1,6 @@
{
"name": "txtdot",
"version": "1.3.1",
"version": "1.4.0",
"private": true,
"description": "",
"main": "dist/app.js",

View File

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