Pi66

pixel-tool
Small Python utilities to debloat windows.
git clone https://git.pi66.xyz/pixel-tool

← back to log

Add files via upload

author: Pixel2175
date: 2024-08-21 11:10
hash: 1d44cfbe413b45483e601640c0f37f858fc6adb7

Diffstat:

M

ui.py
4 +++++++++++++++---------------
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
diff --git a/ui.py b/ui.py
index 49b98c5..530db9f 100644
--- a/ui.py
+++ b/ui.py
@@ -27,8 +27,8 @@ class Update(tk.CTkToplevel):
         self.title('Check Update')
         self.geometry('275x350')

-        self.version='V0.9'
-        self.url='https://github.com/Pixel2175/pixel-tool/releases/tag/V1.4'
+        self.version='V1.4'
+        self.url='https://github.com/Pixel2175/pixel-tool/releases/tag/V1.6'

         self.uptodate_logo=ImageTk.PhotoImage(Image.open('images/update_done.png').resize((115,115)))
         self.update_wait_logo=ImageTk.PhotoImage(Image.open('images/update_wait.png').resize((115,115)))