chore(release): prepare v1.0.6

This commit is contained in:
Sucukdeluxe
2026-08-12 03:11:51 +02:00
parent a472f5dac9
commit 3ae398cfc8
7 changed files with 20 additions and 10 deletions
+1 -1
View File
@@ -93,7 +93,7 @@ if (process.platform === 'win32') {
sourcePath: electronSourceExecutable,
destinationPath: resolve(rootDirectory, 'node_modules', 'electron', 'dist', 'Twitch VOD Manager.exe'),
iconPath: resolve(rootDirectory, 'build', 'icon.ico'),
version: '1.0.5',
version: '1.0.6',
});
}