Skip to content
This repository was archived by the owner on Apr 27, 2019. It is now read-only.

Commit c743f2a

Browse files
committed
Version 1.2.0
1 parent 7635233 commit c743f2a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ As a reminder, though this worked for me I cannot guarantee it will fork for you
3838
### Download Python
3939
We'll be using ActiveState python for ease of use. This way you don't have to monkey around with your paths. Just download it from [here](http://www.activestate.com/activepython/downloads). ***Make sure you grab the 32-bit 2.7 version and not the python 3 version; the server will not run on Python 3, nor will it work with the 64-bit version on Windows due to licensing requirements.***
4040

41-
### Download StarryPy from github.
41+
### Download StarryPy from GitHub.
4242

4343
I personally recommend using git, but a zip file will suffice. Please note that if you choose not to use git (not too hard to figure out), future upgrades are far more likely to break everything.
4444

server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
from plugin_manager import PluginManager, route
2020
from utility_functions import build_packet
2121

22-
VERSION = "1.1.0"
22+
VERSION = "1.2.0"
2323

2424

2525
class StarryPyServerProtocol(Protocol):

0 commit comments

Comments
 (0)