Skip to content

Commit c53cf7c

Browse files
Bump version to 0.9.1
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 028d43e commit c53cf7c

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 processing and cleanup powered by VapourSynth"
33
publish_to: 'none'
4-
version: 0.9.0+16
4+
version: 0.9.1+17
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,9,0,0
77-
PRODUCTVERSION 0,9,0,0
76+
FILEVERSION 0,9,1,0
77+
PRODUCTVERSION 0,9,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.9.0"
3+
version = "0.9.1"
44
edition = "2021"
55
description = "Video processing worker using VapourSynth"
66
authors = ["Stuart Cameron"]

0 commit comments

Comments
 (0)