Skip to content

Commit e48c76a

Browse files
Bump version to 0.5.1
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 58e3dd5 commit e48c76a

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

app/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: vapourbox
22
description: "Video restoration and cleanup powered by VapourSynth"
33
publish_to: 'none'
4-
version: 0.5.0+6
4+
version: 0.5.1+7
55

66
environment:
77
sdk: ^3.6.2

app/windows/runner/Runner.rc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ IDI_APP_ICON ICON "resources\\app_icon.ico"
7373
#endif
7474

7575
VS_VERSION_INFO VERSIONINFO
76-
FILEVERSION 0,5,0,0
77-
PRODUCTVERSION 0,5,0,0
76+
FILEVERSION 0,5,1,0
77+
PRODUCTVERSION 0,5,1,0
7878
FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
7979
#ifdef _DEBUG
8080
FILEFLAGS VS_FF_DEBUG

worker/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "vapourbox-worker"
3-
version = "0.5.0"
3+
version = "0.5.1"
44
edition = "2021"
55
description = "Video restoration worker using VapourSynth"
66
authors = ["Stuart Cameron"]

0 commit comments

Comments
 (0)