Skip to content
This repository has been archived by the owner on Oct 29, 2021. It is now read-only.

Commit

Permalink
Update for release v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
morinted committed May 16, 2014
1 parent 292e5f6 commit 9c54eaa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion schedule-generator/ca/uottawa/ui/ClientGUI.java
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

/**
Expand Down

0 comments on commit 9c54eaa

Please sign in to comment.