diff --git a/README.md b/README.md index 2179758..dbc2da3 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,9 @@ University of Ottawa students have no easy way to generate a conflict-free, opti Now that that class is done, we are continuing development on the project, as it is a useful utility when working with uOttawa's Rabaska course-registration system. -## [Download](https://github.com/morinted/schedule-generator/releases/download/v1.0.1b/uOttawa-Schedule-Generator-v1.0.1.jar) +## [Download](https://github.com/morinted/schedule-generator/releases/download/v1.0.2/uOttawa-Schedule-Generator-v1.0.2.jar) -If you just want to get started generating schedules right away, then [download the program for Windows, Mac, and Linux](https://github.com/morinted/schedule-generator/releases/download/v1.0.1b/uOttawa-Schedule-Generator-v1.0.1.jar). Note that you need Java to run the .jar file. Check out the user's guide below if you get confused while using the program. +If you just want to get started generating schedules right away, then [download the program for Windows, Mac, and Linux](https://github.com/morinted/schedule-generator/releases/download/v1.0.2/uOttawa-Schedule-Generator-v1.0.2.jar). Note that you need Java to run the .jar file. Check out the user's guide below if you get confused while using the program. ## Features diff --git a/schedule-generator/ca/uottawa/ui/ClientGUI.java b/schedule-generator/ca/uottawa/ui/ClientGUI.java index 7d32388..1a72c74 100644 --- a/schedule-generator/ca/uottawa/ui/ClientGUI.java +++ b/schedule-generator/ca/uottawa/ui/ClientGUI.java @@ -587,7 +587,7 @@ public static void main(String[] args) { { port = DEFAULT_PORT; //Else default to the default port. } - new ClientGUI("uOttawa Schedule Generator - v1.0.1", host, port); + new ClientGUI("uOttawa Schedule Generator - v1.0.2", host, port); } /**