diff --git a/pyproject.toml b/pyproject.toml index fb30e9e..4c281e1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "gallery" -version = "0.3.1" +version = "0.3.2" description = "" authors = ["shmyga "] readme = "README.md" diff --git a/static/package-lock.json b/static/package-lock.json index 7cb83e8..5b891a3 100644 --- a/static/package-lock.json +++ b/static/package-lock.json @@ -1,12 +1,12 @@ { "name": "gallery", - "version": "0.3.1", + "version": "0.3.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "gallery", - "version": "0.3.1", + "version": "0.3.2", "license": "ISC", "dependencies": { "@popperjs/core": "^2.11.8", diff --git a/static/package.json b/static/package.json index b22855b..5064379 100644 --- a/static/package.json +++ b/static/package.json @@ -1,6 +1,6 @@ { "name": "gallery", - "version": "0.3.1", + "version": "0.3.2", "scripts": { "build": "vite build", "dev": "vite build --watch"