Skip to content

Commit ea7b27d

Browse files
committed
Bump version
1 parent 60ab273 commit ea7b27d

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<!---[![Codacy Badge](https://api.codacy.com/project/badge/Grade/425a00c7c6af446ba87c6152567d9f7e)](https://www.codacy.com/app/ozmartian/vidcutter)--->
1111

1212
# Husky Version
13-
For making "gif" animations for Twitter, Telegram, etc.
13+
For making "gif" animations or video sticker for Telegram, etc.
1414

1515
### Windows Users
1616

_build/pyinstaller/build.pyinstaller.win.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ C:\Python36\scripts\pyinstaller.exe --clean vidcutter.win%ARCH%.spec
5858

5959
if exist "dist\VidCutter_HuskyVer.exe" (
6060
REM ......................add metadata to built Windows binary......................
61-
.\verpatch.exe dist\VidCutter_HuskyVer.exe /va %APPVER%.0 /pv %APPVER%.0 /s desc "VidCutter Husky Version" /s name "VidCutter Husky Version" /s copyright "(c) 2021 Husky" /s product "VidCutter %BINARCH%" /s company "husky.dev"
61+
.\verpatch.exe dist\VidCutter_HuskyVer.exe /va %APPVER%.1 /pv %APPVER%.1 /s desc "VidCutter Husky Version" /s name "VidCutter Husky Version" /s copyright "(c) 2022 Husky" /s product "VidCutter %BINARCH%" /s company "husky.dev"
6262

6363
cd ..\pyinstaller
6464
)

vidcutter/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@
2626
__email__ = 'pete@ozmartians.com'
2727
__website__ = 'http://vidcutter.ozmartians.com'
2828

29-
__version__ = '4.0.0'
29+
__version__ = '4.0.0.1'

0 commit comments

Comments
 (0)