Skip to content

Commit

Permalink
Bump version to 1.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
receyuki committed Oct 25, 2023
1 parent a379edc commit 47e7d8e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions file_version_info.txt
Expand Up @@ -7,8 +7,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. Must always contain 4 elements.
filevers=(1,3,3,0),
prodvers=(1,3,3,0),
filevers=(1,3,4,0),
prodvers=(1,3,4,0),
# Contains a bitmask that specifies the valid bits 'flags'r
mask=0x3f,
# Contains a bitmask that specifies the Boolean attributes of the file.
Expand All @@ -32,12 +32,12 @@ VSVersionInfo(
u'040904B0',
[StringStruct(u'CompanyName', u''),
StringStruct(u'FileDescription', u'SD Prompt Reader'),
StringStruct(u'FileVersion', u'1.3.3.0'),
StringStruct(u'FileVersion', u'1.3.4.0'),
StringStruct(u'InternalName', u'SD Prompt Reader'),
StringStruct(u'LegalCopyright', u'Copyright © 2023 receyuki All rights reserved.'),
StringStruct(u'OriginalFilename', u'SD Prompt Reader.exe'),
StringStruct(u'ProductName', u'SD Prompt Reader'),
StringStruct(u'ProductVersion', u'1.3.3.0')])
StringStruct(u'ProductVersion', u'1.3.4.0')])
]),
VarFileInfo([VarStruct(u'Translation', [1033, 1200])])
]
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "sd-prompt-reader"
version = "1.3.4b2"
version = "1.3.4"
description = "A simple standalone viewer for reading prompt from Stable Diffusion generated image outside the webui."
authors = ["receyuki <receyuki@gmail.com>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion sd_prompt_reader/__version__.py
@@ -1 +1 @@
VERSION = "1.3.4b2"
VERSION = "1.3.4"

0 comments on commit 47e7d8e

Please sign in to comment.