Skip to content

Commit 86016a5

Browse files
committed
[beta release] Added all new features and revamped the UI
1 parent 1c5fb55 commit 86016a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "factorio-mod-downloader"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
description = "One Downloader for all your factorio mods."
55
authors = ["Vaibhav Vikas <vbhvvikas@gmail.com>"]
66
license = "MIT"

src/factorio_mod_downloader/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ def callback(url):
120120

121121
self.textbox = customtkinter.CTkTextbox(master=self.logs_frame, border_width=0, width=680, font=customtkinter.CTkFont(family="Tahoma"))
122122
self.textbox.grid(row=0, column=0, sticky="nsew")
123-
self.textbox.insert("0.0", "Factorio Mod Downloader v0.1.0:\n")
123+
self.textbox.insert("0.0", "Factorio Mod Downloader v0.2.0:\n")
124124
self.textbox.yview(END)
125125
self.textbox.configure(state="disabled")
126126

0 commit comments

Comments
 (0)