Skip to content

Commit

Permalink
Push version to v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
orbi-tal committed Nov 26, 2024
1 parent a3c0804 commit 72f8443
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions file_version_info.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=(1,0,2,0),
prodvers=(1,0,2,0),
filevers=(1,0,3,0),
prodvers=(1,0,3,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 Down
2 changes: 1 addition & 1 deletion manifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestversion="1.0.2.0">
<assemblyIdentity type="win32"
name="orbital.GlazeAutotiler"
version="1.0.2.0"
version="1.0.3.0"
processorArchitecture="*"/>
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
<security>
Expand Down
2 changes: 1 addition & 1 deletion src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
from pystray import MenuItem as item

APP_NAME = "Glaze Autotiler"
APP_VERSION = "1.0.2"
APP_VERSION = "1.0.3"


class AutoTiler:
Expand Down

0 comments on commit 72f8443

Please sign in to comment.