Skip to content

Commit dbc6bd9

Browse files
🔄 Sync version to 0.0.2 across all files
- Update README.md version badge and references - Update keegees.sh VERSION constant - Ensure consistency across codebase [skip ci]
1 parent ad2543e commit dbc6bd9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![Platform](https://img.shields.io/badge/Platform-Linux-FCC624?style=for-the-badge&logo=linux&logoColor=black)](https://www.linux.org/)
55
[![GNOME](https://img.shields.io/badge/GNOME-Made For-4A86CF?style=for-the-badge&logo=gnome&logoColor=white)](https://www.gnome.org/)
66
[![License](https://img.shields.io/badge/License-MIT-green?style=for-the-badge)](LICENSE)
7-
[![Version](https://img.shields.io/badge/Version-0.0.1-blue?style=for-the-badge)](https://github.com/nutthead/keegees)
7+
[![Version](https://img.shields.io/badge/Version-0.0.2-blue?style=for-the-badge)](https://github.com/nutthead/keegees)
88

99
![KeeGees Hero Image](docs/assets/keegees.webp)
1010

@@ -23,7 +23,7 @@ subtle animations and 24-bit color support.
2323
## ⚠️ WARNING
2424

2525
Always use `--dry-run` before making destructive/mutating changes to your system keybindings, as
26-
keegees is in version 0.0.1 and may contain bugs.
26+
keegees is in version 0.0.2 and may contain bugs.
2727

2828
## ✨ Overview
2929

@@ -76,7 +76,7 @@ keegees --help
7676
╭──────────────────────────────────────────────────────────────────────────────╮
7777
│ KEEGEES │
7878
│ GNOME keybinding management system │
79-
│ Version 0.0.1
79+
│ Version 0.0.2
8080
╰──────────────────────────────────────────────────────────────────────────────╯
8181
8282
@@ -175,7 +175,7 @@ flowchart TD
175175

176176
### `dump` - Export Keybindings
177177

178-
Export current GNOME keybinding configurations to a dconf format file for backup, sharing, or version 0.0.1control.
178+
Export current GNOME keybinding configurations to a dconf format file for backup, sharing, or version 0.0.2control.
179179

180180
<details>
181181
<summary>Flowchart</summary>

keegees.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ set -euo pipefail
8989
# ══════════════════════════════════════════════════════════════════
9090

9191
readonly SCRIPT_NAME="keybind"
92-
readonly VERSION="0.0.1"
92+
readonly VERSION="0.0.2"
9393

9494
# Animation sequences for different states
9595
readonly SPINNER_FRAMES=('' '' '' '' '' '' '' '' '' '')

0 commit comments

Comments
 (0)