Skip to content

Commit 5593e2a

Browse files
Bump version to 0.2.0
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 0fec830 commit 5593e2a

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

app/assets/deps-version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"version": "1.0.0",
33
"releaseTag": "deps-v1.0.0",
4-
"releaseDate": "2025-01-18",
4+
"releaseDate": "2026-01-19",
55
"platforms": {
66
"windows-x64": {
77
"filename": "VapourBox-deps-1.0.0-windows-x64.zip",

app/macos/Runner/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>$(FLUTTER_BUILD_NAME)</string>
20+
<string>0.2.0</string>
2121
<key>CFBundleVersion</key>
22-
<string>$(FLUTTER_BUILD_NUMBER)</string>
22+
<string>0.2.0</string>
2323
<key>LSMinimumSystemVersion</key>
2424
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
2525
<key>NSHumanReadableCopyright</key>

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.1.0+1
4+
version: 0.2.0+2
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 VERSION_AS_NUMBER
77-
PRODUCTVERSION VERSION_AS_NUMBER
76+
FILEVERSION 0,2,0,0
77+
PRODUCTVERSION 0,2,0,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.1.0"
3+
version = "0.2.0"
44
edition = "2021"
55
description = "Video restoration worker using VapourSynth"
66
authors = ["Stuart Cameron"]

0 commit comments

Comments
 (0)