diff --git a/package-lock.json b/package-lock.json index 22488bc6..376e643a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "EcoIndex", - "version": "0.16.0", + "version": "0.17.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "EcoIndex", - "version": "0.16.0", + "version": "0.17.0", "dependencies": { "@babel/cli": "^7.21.0", "@babel/core": "^7.21.3", diff --git a/package.hugo.json b/package.hugo.json index b071dafa..0d6c06d4 100644 --- a/package.hugo.json +++ b/package.hugo.json @@ -1,4 +1,4 @@ { "name": "ecoindex", - "version": "0.16.0" + "version": "0.17.0" } \ No newline at end of file diff --git a/package.json b/package.json index fdab570b..c2a21653 100644 --- a/package.json +++ b/package.json @@ -47,8 +47,8 @@ "prettier-plugin-go-template": "*" }, "name": "EcoIndex", - "version": "0.16.0", + "version": "0.17.0", "scripts": { "version": "node ./bin/update-package-hugo.mjs" } -} \ No newline at end of file +}