diff --git a/package-lock.json b/package-lock.json index db33af464c..1c8cafd668 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "habitica", - "version": "4.146.2", + "version": "4.146.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a443e17aa6..0bac5b7c0a 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.146.2", + "version": "4.146.3", "main": "./website/server/index.js", "dependencies": { "@babel/core": "^7.10.2", diff --git a/website/common/script/content/hatching-potions.js b/website/common/script/content/hatching-potions.js index 85308a8d54..2095d6b4ea 100644 --- a/website/common/script/content/hatching-potions.js +++ b/website/common/script/content/hatching-potions.js @@ -325,6 +325,7 @@ const premium = { value: 2, text: t('hatchingPotionSandSculpture'), limited: true, + event: EVENTS.summer2020, canBuy () { return moment().isBefore('2020-08-02'); },