diff --git a/package-lock.json b/package-lock.json index 92a922ec..4c5a7496 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "rmp-gallery", - "version": "2.0.5", + "version": "2.0.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "rmp-gallery", - "version": "2.0.5", + "version": "2.0.6", "license": "GPL-3.0-only", "dependencies": { "@chakra-ui/react": "^2.8.2", diff --git a/package.json b/package.json index 0f0cd096..7b475b08 100644 --- a/package.json +++ b/package.json @@ -56,5 +56,5 @@ "lint:fix": "eslint ./src --fix", "preview": "vite preview" }, - "version": "2.0.5" + "version": "2.0.6" }