diff --git a/package.json b/package.json index fe8f4d8..7b65eec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "empact", - "version": "1.1.0", + "version": "1.1.1", "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 2693224..3083931 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -8,7 +8,7 @@ }, "package": { "productName": "EMPACT", - "version": "1.1.0" + "version": "1.1.1" }, "tauri": { "allowlist": { diff --git a/web/app/(frontend)/components/version-indicator.tsx b/web/app/(frontend)/components/version-indicator.tsx index bbe350d..99057ff 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.0" }; + let version = { version: "1.1.1" }; return
{"v" + version.version}
; } diff --git a/web/app/api/version/route.ts b/web/app/api/version/route.ts index dd6b888..f75e2a3 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.0" }); + return NextResponse.json({ version: "1.1.1" }); } diff --git a/web/package.json b/web/package.json index 5654424..e4174cb 100644 --- a/web/package.json +++ b/web/package.json @@ -1,6 +1,6 @@ { "name": "empact_web", - "version": "1.1.0", + "version": "1.1.1", "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 7f43cdf..e4b27c7 100644 --- a/web_static/package.json +++ b/web_static/package.json @@ -1,6 +1,6 @@ { "name": "empact_local", - "version": "1.1.0", + "version": "1.1.1", "license": "CC-BY-4.0", "description": "Environment and Maturity Program Assessment and Control Tool", "keywords": [