From a0c9995bbf3348f5a67e049e0823b2886056e1f5 Mon Sep 17 00:00:00 2001 From: Bishop Bettini Date: Sat, 8 Aug 2026 15:30:21 -0400 Subject: [PATCH] 0.9.1 --- 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 39c9df8..d23c763 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "source-application", - "version": "0.9.0", + "version": "0.9.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "source-application", - "version": "0.9.0", + "version": "0.9.1", "license": "MIT", "workspaces": [ "packages/*", diff --git a/package.json b/package.json index cbe6ca2..cf0bf5b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "source-application", - "version": "0.9.0", + "version": "0.9.1", "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.",