From ea82de45f6595a5fded8f653324a94ec1fa83935 Mon Sep 17 00:00:00 2001 From: David Liu Date: Sun, 13 Aug 2023 12:41:26 -0400 Subject: [PATCH] Update to version 0.5.0 (#1386) --- courseography.cabal | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/courseography.cabal b/courseography.cabal index ad76a71da..13d51d7da 100644 --- a/courseography.cabal +++ b/courseography.cabal @@ -1,6 +1,6 @@ cabal-version: 3.0 name: courseography -version: 0.4.0.0 +version: 0.5.0.0 synopsis: Program and course planning app for the University of Toronto. description: A web application designed to aid students in planning their courses at the University of Toronto. diff --git a/package.json b/package.json index 9857f660b..ac4fc276c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "courseography", - "version": "0.4.0", + "version": "0.5.0", "repository": "git@github.com:Courseography/courseography.git", "author": "David Liu ", "license": "GPL-3.0",