Skip to content

Commit 4dc1455

Browse files
committed
update App Version to V1.1.0
1 parent 40f1489 commit 4dc1455

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

WikiSearch.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#define MyAppName "WikiSearch"
2-
#define MyAppVersion "1.0.0"
2+
#define MyAppVersion "1.1.0"
33
#define MyAppPublisher "Tecwindow"
44
#define MyAppURL "https://t.me/tecwindow"
55
#define MyAppExeName "WikiSearch.exe"

file_version_info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
pyinstaller_versionfile.create_versionfile(
44
output_file="versionfile.txt",
5-
version="1.0",
5+
version="1.1",
66
company_name="TecWindow",
77
file_description="With this program, you can search or browse any Wikipedia article. site: https://t.me/tecwindow",
88
internal_name="WikiSearch",

0 commit comments

Comments
 (0)