Merge pull request #216 from TxtDot/update-version

fix: update version
This commit is contained in:
Artemy Egorov 2024-08-06 23:28:52 +03:00 committed by GitHub
commit 3765d7446f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 9 additions and 2 deletions

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "@txtdot/server",
"version": "1.9.0",
"version": "1.9.1",
"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",
"main": "dist/app.js",