From cdd9d23e907cef15d26a44b7198b3e7cdac14313 Mon Sep 17 00:00:00 2001 From: Sabe Jones Date: Fri, 19 Jun 2020 15:22:04 -0500 Subject: [PATCH 1/2] fix(potion): add event data to Sand Sculpture --- website/common/script/content/hatching-potions.js | 1 + 1 file changed, 1 insertion(+) 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'); }, From 7b35c6fb8b8d305209268a672426093158225310 Mon Sep 17 00:00:00 2001 From: Sabe Jones Date: Fri, 19 Jun 2020 15:22:14 -0500 Subject: [PATCH 2/2] 4.146.3 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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",