Skip to content

Commit 2f1172e

Browse files
committed
version bump for release piplines
1 parent 89cdd5e commit 2f1172e

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-snap.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
uses: snapcore/action-build@v1
7272
id: snapcraft
7373
with:
74-
command: pack
74+
snapcraft-args: pack
7575

7676
- name: Determine Track and Release Status
7777
id: check_type

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# KeyPlus
1010
*A completely offline, local‑first password manager.*
1111

12-
> **Version:** v0.2.8
12+
> **Version:** v0.2.9
1313
> **Status:** Beta • Actively Developed • Accepting Contributions
1414
1515
## Why KeyPlus Exists

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "keyplus"
7-
version = "0.2.8"
7+
version = "0.2.9"
88
description = "Local-first password vault with CLI and optional GUI"
99
readme = "README.md"
1010
license = { text = "MIT" }

0 commit comments

Comments
 (0)