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

Commit

Permalink
Bump version to 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
davidschlachter committed May 20, 2020
1 parent 903b773 commit 154b472
Showing 1 changed file with 1 addition and 1 deletion.
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 @@ -603,7 +603,7 @@ public static void main(String[] args) {
{
port = DEFAULT_PORT; //Else default to the default port.
}
new ClientGUI("uOttawa Schedule Generator - v1.1.0", host, port);
new ClientGUI("uOttawa Schedule Generator - v1.3", host, port);
}

/**
Expand Down

0 comments on commit 154b472

Please sign in to comment.