We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89cdd5e commit 2f1172eCopy full SHA for 2f1172e
3 files changed
.github/workflows/build-snap.yml
@@ -71,7 +71,7 @@ jobs:
71
uses: snapcore/action-build@v1
72
id: snapcraft
73
with:
74
- command: pack
+ snapcraft-args: pack
75
76
- name: Determine Track and Release Status
77
id: check_type
README.md
@@ -9,7 +9,7 @@
9
# KeyPlus
10
*A completely offline, local‑first password manager.*
11
12
-> **Version:** v0.2.8
+> **Version:** v0.2.9
13
> **Status:** Beta • Actively Developed • Accepting Contributions
14
15
## Why KeyPlus Exists
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "keyplus"
7
-version = "0.2.8"
+version = "0.2.9"
8
description = "Local-first password vault with CLI and optional GUI"
readme = "README.md"
license = { text = "MIT" }
0 commit comments