From dbf577845e35dfb8d64c53900c25f19c33895fb9 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 29 May 2024 11:54:40 +0000 Subject: [PATCH] chore(release): 1.1.2 [skip ci] ## [1.1.2](https://github.com/cahaseler/EMPACT/compare/v1.1.1...v1.1.2) (2024-05-29) ### Bug Fixes * **ci:** prevent deployment workflows from running concurrently ([9ad14d9](https://github.com/cahaseler/EMPACT/commit/9ad14d94d7c0fba3aa1c77c59bf151b86441215e)) * Use non-root user in docker file for security ([44430b5](https://github.com/cahaseler/EMPACT/commit/44430b5f4161c8ef370c89a8c6f504fe64f6793f)) --- package.json | 2 +- src-tauri/tauri.conf.json | 2 +- web/app/(frontend)/components/version-indicator.tsx | 2 +- web/app/api/version/route.ts | 2 +- web/package.json | 2 +- web_static/package.json | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 7b65eec..4c18eef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "empact", - "version": "1.1.1", + "version": "1.1.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 3083931..50763a2 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -8,7 +8,7 @@ }, "package": { "productName": "EMPACT", - "version": "1.1.1" + "version": "1.1.2" }, "tauri": { "allowlist": { diff --git a/web/app/(frontend)/components/version-indicator.tsx b/web/app/(frontend)/components/version-indicator.tsx index 99057ff..b0a2e46 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.1" }; + let version = { version: "1.1.2" }; return
{"v" + version.version}
; } diff --git a/web/app/api/version/route.ts b/web/app/api/version/route.ts index f75e2a3..ea5c423 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.1" }); + return NextResponse.json({ version: "1.1.2" }); } diff --git a/web/package.json b/web/package.json index e4174cb..6df1a8f 100644 --- a/web/package.json +++ b/web/package.json @@ -1,6 +1,6 @@ { "name": "empact_web", - "version": "1.1.1", + "version": "1.1.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 e4b27c7..4867b4e 100644 --- a/web_static/package.json +++ b/web_static/package.json @@ -1,6 +1,6 @@ { "name": "empact_local", - "version": "1.1.1", + "version": "1.1.2", "license": "CC-BY-4.0", "description": "Environment and Maturity Program Assessment and Control Tool", "keywords": [