Skip to content

Commit

Permalink
0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperZombi committed Oct 21, 2024
1 parent 426b6ed commit aa57f21
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion GICutscenesUI/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import requests

CONSOLE_DEBUG_MODE = False
__version__ = '0.6.0'
__version__ = '0.6.1'

# ---- Required Functions ----

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<strong> User Interface for <a href="https://github.com/ToaHartor/GI-cutscenes">Genshin Cutscenes Demuxer</a></strong>
</p>
<p align="center">
<img src="https://shields.io/badge/version-v0.6.0-blue"></br>
<img src="https://shields.io/badge/version-v0.6.1-blue"></br>
<a href="#donate"><img src="https://shields.io/badge/💲-Support_the_Project-2ea043"></a>
</p>

Expand Down
8 changes: 4 additions & 4 deletions github/ver
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
VSVersionInfo(
ffi=FixedFileInfo(
filevers=(0, 6, 0, 0),
prodvers=(0, 6, 0, 0),
filevers=(0, 6, 1, 0),
prodvers=(0, 6, 1, 0),
mask=0x3f,
flags=0x0,
OS=0x40004,
Expand All @@ -16,11 +16,11 @@ VSVersionInfo(
u'040904B0',
[
StringStruct(u'FileDescription', u'Genshin Impact Cutscenes'),
StringStruct(u'FileVersion', u'0.6.0'),
StringStruct(u'FileVersion', u'0.6.1'),
StringStruct(u'InternalName', u'GICutscenesUI'),
StringStruct(u'OriginalFilename', u'GICutscenesUI.exe'),
StringStruct(u'ProductName', u'GI-Cutscenes UI'),
StringStruct(u'ProductVersion', u'0.6.0')])
StringStruct(u'ProductVersion', u'0.6.1')])
]),
VarFileInfo([VarStruct(u'Translation', [1033, 1200])])
]
Expand Down

0 comments on commit aa57f21

Please sign in to comment.