fix: update version

This commit is contained in:
Artemy Egorov 2024-08-06 23:28:29 +03:00
parent 93de07dd0a
commit 2bfd4a0e28
2 changed files with 9 additions and 2 deletions

View File

@ -1,6 +1,13 @@
name: Delete untagged packages name: Delete untagged packages
on: workflow_dispatch on:
workflow_run:
workflows:
- build-check
- Create and publish a Docker image
- format-check
types:
- completed
jobs: jobs:
delete-untagged-packages: delete-untagged-packages:

View File

@ -1,6 +1,6 @@
{ {
"name": "@txtdot/server", "name": "@txtdot/server",
"version": "1.9.0", "version": "1.9.1",
"private": true, "private": true,
"description": "txtdot is an HTTP proxy that parses only text, links and pictures from pages reducing internet bandwidth usage, removing ads and heavy scripts", "description": "txtdot is an HTTP proxy that parses only text, links and pictures from pages reducing internet bandwidth usage, removing ads and heavy scripts",
"main": "dist/app.js", "main": "dist/app.js",