Skip to content

Commit b136e8a

Browse files
committed
chore: bump version to 8.0.7 for all packages
1 parent 7bc5202 commit b136e8a

File tree

5 files changed

+7
-5
lines changed

5 files changed

+7
-5
lines changed

.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "voicemode",
33
"description": "Voice conversations with Claude Code using local speech-to-text and text-to-speech",
4-
"version": "8.0.6p0",
4+
"version": "8.0.7p0",
55
"author": {
66
"name": "Mike Bailey",
77
"email": "mike@failmode.com"

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
## [8.0.7] - 2026-01-29
1111

12+
## [8.0.7] - 2026-01-29
13+
1214
### Fixed
1315

1416
- **Soundfonts Not in PyPI Package** (GH-223)

installer/pyproject.toml

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

55
[project]
66
name = "voice-mode-install"
7-
version = "8.0.6"
7+
version = "8.0.7"
88
description = "Installer for VoiceMode - handles system dependencies and installation"
99
readme = "README.md"
1010
requires-python = ">=3.10"

server.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
"url": "https://github.com/mbailey/voicemode",
88
"source": "github"
99
},
10-
"version": "8.0.6",
10+
"version": "8.0.7",
1111
"packages": [
1212
{
1313
"registry_type": "pypi",
1414
"registry_base_url": "https://pypi.org",
1515
"identifier": "voice-mode",
16-
"version": "8.0.6",
16+
"version": "8.0.7",
1717
"transport": {
1818
"type": "stdio"
1919
},

voice_mode/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# This file is automatically updated by 'make release'
22
# Do not edit manually
3-
__version__ = "8.0.6"
3+
__version__ = "8.0.7"

0 commit comments

Comments
 (0)