diff --git a/pyproject.toml b/pyproject.toml index 74a6fc4..6df3ee1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "gallery" -version = "0.4.2" +version = "0.5.0" description = "" authors = ["shmyga "] readme = "README.md" diff --git a/static/package-lock.json b/static/package-lock.json index 1b5ae32..38c7305 100644 --- a/static/package-lock.json +++ b/static/package-lock.json @@ -1,12 +1,12 @@ { "name": "gallery", - "version": "0.4.2", + "version": "0.5.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "gallery", - "version": "0.4.2", + "version": "0.5.0", "license": "ISC", "dependencies": { "@popperjs/core": "^2.11.8", diff --git a/static/package.json b/static/package.json index a7d449e..d1dc720 100644 --- a/static/package.json +++ b/static/package.json @@ -1,6 +1,6 @@ { "name": "gallery", - "version": "0.4.2", + "version": "0.5.0", "type": "module", "scripts": { "build": "webpack --mode production",