diff --git a/README.md b/README.md index 432f190..c47e146 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,6 @@ The code requires latest versions of [Python 2.x](http://python.org), [Scipy](ht For Windows users we recommend [Python(x,y)](https://code.google.com/p/pythonxy/) which includes latest python version along with commonly used scientific packages packed in a user-friendly installation. -Prebuild version +Prebuilt version ---------------- -You can also download prebuid Windows version of the transit-gui [here](http://astro.shu-bg.net/software/tac-maker/). \ No newline at end of file +You can also download prebuilt Windows version of the transit-gui [here](https://github.com/acshu/transit-gui/releases). \ No newline at end of file diff --git a/Transit.py b/Transit.py index e63525b..c517362 100644 --- a/Transit.py +++ b/Transit.py @@ -43,8 +43,8 @@ def __init__(self): self.setGeometry(0, 0, screen_width, screen_height) - self.setWindowTitle('TAC-maker 1.0.1') - self.setWindowIcon(QIcon('assets/icon.png')) + self.setWindowTitle('TAC-maker 1.1.0') + self.setWindowIcon(QIcon('assets/icon.png')) self.init_menu()