Skip to content

Commit

Permalink
feat: release v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
r1zyn committed Jul 23, 2022
1 parent 0d8b251 commit e30c81d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ This program was written for the 2022 Hackathon.

## Releases

* [`v1.0.1` (Current release)](https://github.com/r1zyn/MatarikiProgram/releases/tag/v1.0.1)
* [`v1.0.2` (Current release)](https://github.com/r1zyn/MatarikiProgram/releases/tag/v1.0.2)
* [`v1.0.1`](https://github.com/r1zyn/MatarikiProgram/releases/tag/v1.0.1)

## Installation
[Node.js](https://nodejs.org/) v17 or higher is required. (Note: uses node-fetch v2 due to incompatibility issues with CommonJS and chalk v4.1.2 due to incompatibility issues with ES,)
Expand Down
2 changes: 1 addition & 1 deletion src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Time constant (determines what time of day to fetch S-T-O from)
* @type {string}
*/
export const TIME: string = "06:00";
export const TIME: string = "05:20";

/**
* Unecessary column information text from the API response result propety.
Expand Down

0 comments on commit e30c81d

Please sign in to comment.