From 5be26e40013eeec59fd4dd89b50610ddfe75f46b Mon Sep 17 00:00:00 2001 From: Bishop Bettini Date: Tue, 28 Jul 2026 20:39:01 -0400 Subject: [PATCH] 0.8.0 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index a0fc2f0..ca197b7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "source-application", - "version": "0.7.0", + "version": "0.8.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "source-application", - "version": "0.7.0", + "version": "0.8.0", "license": "MIT", "workspaces": [ "packages/*", diff --git a/package.json b/package.json index 773a116..2df93b1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "source-application", - "version": "0.7.0", + "version": "0.8.0", "private": true, "type": "module", "description": "KeePass Web — source monorepo. Builds self-contained HTML distributables for a KDBX password manager that runs entirely in the browser.",