Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion installer/voiceflow.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
; Creates a Windows installer from the PyInstaller --onedir output

#define MyAppName "VoiceFlow"
#define MyAppVersion "1.6.0"
#define MyAppVersion "1.6.1"
#define MyAppPublisher "infiniV"
#define MyAppURL "https://get-voice-flow.vercel.app/"
#define MyAppSupportURL "https://github.com/infiniV/VoiceFlow/issues"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "voiceflow",
"private": true,
"version": "1.6.0",
"version": "1.6.1",
"type": "module",
"scripts": {
"dev": "npm-run-all --parallel vite pyloid",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "VoiceFlow"
version = "1.6.0"
version = "1.6.1"
readme = "README.md"
description = "Offline voice-to-text dictation for Windows and Linux, using Whisper."
keywords = ["voice-to-text", "dictation", "whisper", "speech-to-text", "offline", "linux", "wayland", "transcription", "stt", "faster-whisper", "privacy"]
Expand Down
2 changes: 1 addition & 1 deletion src/lib/constants.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

import { Lock, Gauge, Wand2 } from "lucide-react";

export const APP_VERSION = "1.6.0";
export const APP_VERSION = "1.6.1";

export const THEME_OPTIONS = [
{ val: 'light', label: 'Light' },
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.