diff --git a/app/javascript/components/navbar/App.vue b/app/javascript/components/navbar/App.vue
index 3e9b4190..fd44a7fb 100644
--- a/app/javascript/components/navbar/App.vue
+++ b/app/javascript/components/navbar/App.vue
@@ -3,9 +3,8 @@
- VULCAN
+ VULCAN {{ currentVersion }}
-
@@ -34,12 +33,22 @@
+
+ New version: Vulcan {{ latestRelease }} is now available!!
+
@@ -75,6 +113,10 @@ export default {
font-weight: 700;
letter-spacing: 1px;
}
+
+.latest-release {
+ font-size: 0.6em;
+}
.right-container {
gap: 32px;
}
diff --git a/package.json b/package.json
index 6337e6ab..23462e2a 100644
--- a/package.json
+++ b/package.json
@@ -22,7 +22,7 @@
"vue-template-compiler": "^2.6.11",
"vue-turbolinks": "^2.1.0"
},
- "version": "0.1.0",
+ "version": "2.1.1",
"devDependencies": {
"eslint": "^8.25.0",
"eslint-config-prettier": "^8.3.0",