From 755a7d84cd946871fc5e0426464e6b9f3baee18b Mon Sep 17 00:00:00 2001 From: phil Date: Thu, 26 Jun 2025 16:21:23 +0200 Subject: [PATCH] 0.5.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cc7f11b..2bb65a0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "test-woodpecker-webapp", - "version": "0.4.0", + "version": "0.5.0", "scripts": { "dev": "vite", "build": "run-p type-check \"build-only {@}\" --",