File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed
Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 11name : vapourbox
22description : " Video restoration and cleanup powered by VapourSynth"
33publish_to : ' none'
4- version : 0.1 .0+1
4+ version : 0.2 .0+2
55
66environment :
77 sdk : ^3.6.2
Original file line number Diff line number Diff line change @@ -73,8 +73,8 @@ IDI_APP_ICON ICON "resources\\app_icon.ico"
7373#endif
7474
7575VS_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
Original file line number Diff line number Diff line change 11[package ]
22name = " vapourbox-worker"
3- version = " 0.1 .0"
3+ version = " 0.2 .0"
44edition = " 2021"
55description = " Video restoration worker using VapourSynth"
66authors = [" Stuart Cameron" ]
You can’t perform that action at this time.
0 commit comments