diff --git a/package-lock.json b/package-lock.json index 0e149c9..7c1cf03 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "railmapgen.github.io", - "version": "2.0.13", + "version": "2.0.14", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "railmapgen.github.io", - "version": "2.0.13", + "version": "2.0.14", "license": "GPL-3.0-only", "dependencies": { "@chakra-ui/react": "^2.8.2", diff --git a/package.json b/package.json index f515805..f8d8f09 100644 --- a/package.json +++ b/package.json @@ -53,5 +53,5 @@ "lint:fix": "eslint ./src ./runtime-demo --fix", "preview": "vite preview" }, - "version": "2.0.13" + "version": "2.0.14" }