diff --git a/package-lock.json b/package-lock.json index 0f99fedd1b..fac1b3d974 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "habitica", - "version": "4.168.0", + "version": "4.168.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 7a530ef91c..aab8395fc3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "habitica", "description": "A habit tracker app which treats your goals like a Role Playing Game.", - "version": "4.168.0", + "version": "4.168.1", "main": "./website/server/index.js", "dependencies": { "@babel/core": "^7.12.3", diff --git a/website/common/script/content/constants/events.js b/website/common/script/content/constants/events.js index 3084860e2a..a537fc819b 100644 --- a/website/common/script/content/constants/events.js +++ b/website/common/script/content/constants/events.js @@ -13,18 +13,13 @@ const gemsPromo = { // event gear up until at least the actual end of the event. // Unless we want a precise ending, for example during a Gems sale / promotion. export const EVENTS = { - fall2020SecondPromo: { - start: '2020-10-29T08:00-04:00', - end: '2020-11-02T20:00-05:00', - gemsPromo, - }, - fall2020Interim: { - start: '2020-09-30T20:00-04:00', - end: '2020-10-29T08:00-04:00', + noCurrentEvent: { + start: '2020-10-31T20:00-04:00', + end: '2020-12-17T08:00-04:00', }, fall2020: { start: '2020-09-22T08:00-04:00', - end: '2020-09-30T20:00-04:00', + end: '2020-10-31T20:00-04:00', gemsPromo, }, // Dates from this point on (^) are in the RFC 2822 format, see https://momentjs.com/docs/#/parsing/string/