diff --git a/pyproject.toml b/pyproject.toml index f3bca1d..c2197c0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "gallery" -version = "0.2.2" +version = "0.2.3" description = "" authors = ["shmyga "] readme = "README.md" diff --git a/static/package-lock.json b/static/package-lock.json index ee8cbfb..56604c4 100644 --- a/static/package-lock.json +++ b/static/package-lock.json @@ -1,12 +1,12 @@ { "name": "gallery", - "version": "0.2.2", + "version": "0.2.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "gallery", - "version": "0.2.2", + "version": "0.2.3", "license": "ISC", "dependencies": { "@popperjs/core": "^2.11.8", diff --git a/static/package.json b/static/package.json index cd0c171..0ca499c 100644 --- a/static/package.json +++ b/static/package.json @@ -1,6 +1,6 @@ { "name": "gallery", - "version": "0.2.2", + "version": "0.2.3", "scripts": { "build": "vite build", "dev": "vite build --watch"