diff --git a/package.json b/package.json
index f2cb17f..715e781 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "empact",
- "version": "1.1.3",
+ "version": "1.1.4",
"license": "CC-BY-4.0",
"description": "Environment and Maturity Program Assessment and Control Tool",
"keywords": [
diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json
index f3b94de..a8c737d 100644
--- a/src-tauri/tauri.conf.json
+++ b/src-tauri/tauri.conf.json
@@ -8,7 +8,7 @@
},
"package": {
"productName": "EMPACT",
- "version": "1.1.3"
+ "version": "1.1.4"
},
"tauri": {
"allowlist": {
diff --git a/web/app/(frontend)/components/version-indicator.tsx b/web/app/(frontend)/components/version-indicator.tsx
index 2bbdaed..4af7818 100644
--- a/web/app/(frontend)/components/version-indicator.tsx
+++ b/web/app/(frontend)/components/version-indicator.tsx
@@ -1,4 +1,4 @@
export function VersionIndicator() {
- let version = { version: "1.1.3" };
+ let version = { version: "1.1.4" };
return
{"v" + version.version}
;
}
diff --git a/web/app/api/version/route.ts b/web/app/api/version/route.ts
index fba37dc..605c2df 100644
--- a/web/app/api/version/route.ts
+++ b/web/app/api/version/route.ts
@@ -6,5 +6,5 @@ import { NextResponse } from "next/server";
* NOTE: This file is automatically updated by a script. You don't need to increment this version manually.
*/
export async function GET(): Promise {
- return NextResponse.json({ version: "1.1.3" });
+ return NextResponse.json({ version: "1.1.4" });
}
diff --git a/web/package.json b/web/package.json
index 56c803d..8909656 100644
--- a/web/package.json
+++ b/web/package.json
@@ -1,6 +1,6 @@
{
"name": "empact_web",
- "version": "1.1.3",
+ "version": "1.1.4",
"license": "CC-BY-4.0",
"description": "Environment and Maturity Program Assessment and Control Tool",
"keywords": [
diff --git a/web_static/package.json b/web_static/package.json
index 1559769..9b72112 100644
--- a/web_static/package.json
+++ b/web_static/package.json
@@ -1,6 +1,6 @@
{
"name": "empact_local",
- "version": "1.1.3",
+ "version": "1.1.4",
"license": "CC-BY-4.0",
"description": "Environment and Maturity Program Assessment and Control Tool",
"keywords": [