From 1813ec213b4f6d356431658f5eced1ab3f5412a7 Mon Sep 17 00:00:00 2001 From: shmyga Date: Mon, 15 Jun 2026 23:19:57 +0300 Subject: [PATCH] ci(version): 0.3.0 --- 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 020acaa..6fa9a01 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "gallery" -version = "0.2.3" +version = "0.3.0" description = "" authors = ["shmyga "] readme = "README.md" diff --git a/static/package-lock.json b/static/package-lock.json index 56604c4..06f8aa0 100644 --- a/static/package-lock.json +++ b/static/package-lock.json @@ -1,12 +1,12 @@ { "name": "gallery", - "version": "0.2.3", + "version": "0.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "gallery", - "version": "0.2.3", + "version": "0.3.0", "license": "ISC", "dependencies": { "@popperjs/core": "^2.11.8", diff --git a/static/package.json b/static/package.json index 0ca499c..99f1045 100644 --- a/static/package.json +++ b/static/package.json @@ -1,6 +1,6 @@ { "name": "gallery", - "version": "0.2.3", + "version": "0.3.0", "scripts": { "build": "vite build", "dev": "vite build --watch"