diff --git a/layouts/partials/init/index.html b/layouts/partials/init/index.html
index efe87922..9896c27d 100644
--- a/layouts/partials/init/index.html
+++ b/layouts/partials/init/index.html
@@ -1,4 +1,4 @@
-{{- .Scratch.Set "version" "v0.2.18-RC" -}}
+{{- .Scratch.Set "version" "v0.2.18" -}}
{{- .Scratch.Set "params" (.Params | merge .Site.Params.page) -}}
{{- .Scratch.Set "this" dict -}}
diff --git a/package-lock.json b/package-lock.json
index cb08d830..5194ed66 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "fixit-src",
- "version": "0.2.17",
+ "version": "0.2.18",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "fixit-src",
- "version": "0.2.17",
+ "version": "0.2.18",
"license": "MIT",
"devDependencies": {
"@babel/cli": "^7.21.0",
diff --git a/package.json b/package.json
index 3cf90530..3c9ca5e6 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "fixit-src",
- "version": "0.2.17",
+ "version": "0.2.18",
"description": "FixIt theme source files",
"private": true,
"devDependencies": {