Skip to content

Commit 47e7d8e

Browse files
committed
Bump version to 1.3.4
1 parent a379edc commit 47e7d8e

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Diff for: file_version_info.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ VSVersionInfo(
77
ffi=FixedFileInfo(
88
# filevers and prodvers should be always a tuple with four items: (1, 2, 3, 4)
99
# Set not needed items to zero 0. Must always contain 4 elements.
10-
filevers=(1,3,3,0),
11-
prodvers=(1,3,3,0),
10+
filevers=(1,3,4,0),
11+
prodvers=(1,3,4,0),
1212
# Contains a bitmask that specifies the valid bits 'flags'r
1313
mask=0x3f,
1414
# Contains a bitmask that specifies the Boolean attributes of the file.
@@ -32,12 +32,12 @@ VSVersionInfo(
3232
u'040904B0',
3333
[StringStruct(u'CompanyName', u''),
3434
StringStruct(u'FileDescription', u'SD Prompt Reader'),
35-
StringStruct(u'FileVersion', u'1.3.3.0'),
35+
StringStruct(u'FileVersion', u'1.3.4.0'),
3636
StringStruct(u'InternalName', u'SD Prompt Reader'),
3737
StringStruct(u'LegalCopyright', u'Copyright © 2023 receyuki All rights reserved.'),
3838
StringStruct(u'OriginalFilename', u'SD Prompt Reader.exe'),
3939
StringStruct(u'ProductName', u'SD Prompt Reader'),
40-
StringStruct(u'ProductVersion', u'1.3.3.0')])
40+
StringStruct(u'ProductVersion', u'1.3.4.0')])
4141
]),
4242
VarFileInfo([VarStruct(u'Translation', [1033, 1200])])
4343
]

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "sd-prompt-reader"
3-
version = "1.3.4b2"
3+
version = "1.3.4"
44
description = "A simple standalone viewer for reading prompt from Stable Diffusion generated image outside the webui."
55
authors = ["receyuki <[email protected]>"]
66
license = "MIT"

Diff for: sd_prompt_reader/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "1.3.4b2"
1+
VERSION = "1.3.4"

0 commit comments

Comments
 (0)