Skip to content

Commit

Permalink
Merge branch 'dev' of https://github.com/PolestarLabs/polaris into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Flicksie committed Aug 19, 2023
2 parents 18335af + cb44ffb commit 6904d15
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion core/archetypes/Premium.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const RUNNING_MONTH_LONG = new Date().toLocaleString("en", { month: "long" })
.toLowerCase();
const RUNNING_YEAR = new Date().getUTCFullYear();

const CURRENT_VALID_MONTH = 6;// JANUARY = 0; (10 NOV
const CURRENT_VALID_MONTH = 7;// JANUARY = 0; (10 NOV

const TURNING_DAY = 5; // when Prime starts
const GRACE_WARNING_DAY = 10; // when Prime starts yelling
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "polaris",
"version": "1.5.63",
"version": "1.5.65",
"description": "Pollux on Eris",
"main": "pollux.js",
"scripts": {
Expand Down

0 comments on commit 6904d15

Please sign in to comment.