Skip to content

Commit

Permalink
Bump Version
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor-IX committed Jun 22, 2024
1 parent 35201df commit 20acb32
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ extra_css:
- stylesheets/extra.css
repo_url: https://github.com/Victor-IX/Blender-Launcher-V2
edit_uri: ""
copyright: Copyright © 2022 Victor Chedeville │ Blender Launcher GPL-3.0 License │ Version 2.1.24
copyright: Copyright © 2022 Victor Chedeville │ Blender Launcher GPL-3.0 License │ Version 2.2.0
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "Blender-Launcher-V2"
version = "2.1.24"
version = "2.2.0"
description = ""
authors = []
dependencies = [
Expand Down
2 changes: 1 addition & 1 deletion source/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
2,
2,
0,
prerelease="rc.2",
prerelease="rc.3",
)

_ = gettext.gettext
Expand Down
8 changes: 4 additions & 4 deletions version.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ VSVersionInfo(
ffi=FixedFileInfo(
# filevers and prodvers should be always a tuple with four items: (1, 2, 3, 4)
# Set not needed items to zero 0.
filevers=(2, 0, 0, 0),
prodvers=(2, 0, 0, 0),
filevers=(2, 2, 0, 0),
prodvers=(2, 2, 0, 0),
# Contains a bitmask that specifies the valid bits 'flags'r
mask=0x0,
# Contains a bitmask that specifies the Boolean attributes of the file.
Expand All @@ -31,11 +31,11 @@ VSVersionInfo(
u'04090000',
[StringStruct(u'CompanyName', u'Victor Chedeville'),
StringStruct(u'FileDescription', u'Blender Launcher'),
StringStruct(u'FileVersion', u'2.1.24'),
StringStruct(u'FileVersion', u'2.2.0'),
StringStruct(u'LegalCopyright', u'GPLv3 © 2022 Victor Chedeville'),
StringStruct(u'OriginalFilename', u'Blender Launcher.exe'),
StringStruct(u'ProductName', u'Blender Launcher'),
StringStruct(u'ProductVersion', u'2.1.24')])
StringStruct(u'ProductVersion', u'2.2.0')])
]),
VarFileInfo([VarStruct(u'Translation', [1033, 1200])])
]
Expand Down

0 comments on commit 20acb32

Please sign in to comment.