From 6c76dae76052e970bf7cbbf111b11231f987b1ec Mon Sep 17 00:00:00 2001 From: shmyga Date: Thu, 2 Jul 2026 14:17:55 +0300 Subject: [PATCH] ci(version): 0.4.1 --- pyproject.toml | 2 +- static/package-lock.json | 4 ++-- static/package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f7fcc53..68f278a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "gallery" -version = "0.4.0" +version = "0.4.1" description = "" authors = ["shmyga "] readme = "README.md" diff --git a/static/package-lock.json b/static/package-lock.json index e16ab93..0a5210d 100644 --- a/static/package-lock.json +++ b/static/package-lock.json @@ -1,12 +1,12 @@ { "name": "gallery", - "version": "0.4.0", + "version": "0.4.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "gallery", - "version": "0.4.0", + "version": "0.4.1", "license": "ISC", "dependencies": { "@popperjs/core": "^2.11.8", diff --git a/static/package.json b/static/package.json index 58d67da..a82d7c6 100644 --- a/static/package.json +++ b/static/package.json @@ -1,6 +1,6 @@ { "name": "gallery", - "version": "0.4.0", + "version": "0.4.1", "scripts": { "build": "vite build", "dev": "vite build --watch"