diff --git a/package.json b/package.json
index c6f9bce..dc0f89d 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "empact",
- "version": "1.0.1",
+ "version": "1.0.2",
"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 0e374a6..c44d5cf 100644
--- a/src-tauri/tauri.conf.json
+++ b/src-tauri/tauri.conf.json
@@ -8,7 +8,7 @@
},
"package": {
"productName": "EMPACT",
- "version": "1.0.1"
+ "version": "1.0.2"
},
"tauri": {
"allowlist": {
diff --git a/web/app/(frontend)/components/version-indicator.tsx b/web/app/(frontend)/components/version-indicator.tsx
index d2c0f58..88bb634 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.0.1" };
+ let version = { version: "1.0.2" };
return
{"v" + version.version}
;
}
diff --git a/web/app/api/version/route.ts b/web/app/api/version/route.ts
index f37066b..6cb20c5 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.0.1" });
+ return NextResponse.json({ version: "1.0.2" });
}
diff --git a/web/package.json b/web/package.json
index 238c178..438bf61 100644
--- a/web/package.json
+++ b/web/package.json
@@ -1,6 +1,6 @@
{
"name": "empact_web",
- "version": "1.0.1",
+ "version": "1.0.2",
"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 b45051f..a8765b6 100644
--- a/web_static/package.json
+++ b/web_static/package.json
@@ -1,6 +1,6 @@
{
"name": "empact_local",
- "version": "1.0.1",
+ "version": "1.0.2",
"license": "CC-BY-4.0",
"description": "Environment and Maturity Program Assessment and Control Tool",
"keywords": [