Skip to content
This repository has been archived by the owner on Dec 15, 2018. It is now read-only.

Commit

Permalink
upgrade to v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuochun committed Jun 9, 2015
1 parent 4849604 commit d60e5b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "cors-planner",
"description": "CORS Planner is an unofficial online web timetable builder for National University of Singapore (NUS) and Nanyang Technological University (NTU) students.",
"version": "0.7.10",
"version": "0.8.0",
"homepage": "http://cors.bicrement.com/",
"author": {
"name": "Wang Zhuochun",
Expand Down
2 changes: 1 addition & 1 deletion src/app/global.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ define(function(require, exports) {
}

// assign CORS Planner Version number
planner.version = "0.7.10";
planner.version = "0.8.0";
// CORS Planner for schools
planner.school = store.get("app:school") || null;
// default module lists
Expand Down

0 comments on commit d60e5b0

Please sign in to comment.