From b51f622c52150b66a501b6a522a8ad52f6598ccb Mon Sep 17 00:00:00 2001 From: Sabe Jones Date: Tue, 1 Aug 2017 22:02:31 +0000 Subject: [PATCH 1/2] chore(event): end Aquatic Potions --- website/common/script/content/hatching-potions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/common/script/content/hatching-potions.js b/website/common/script/content/hatching-potions.js index fdb8508630..603acc4ee9 100644 --- a/website/common/script/content/hatching-potions.js +++ b/website/common/script/content/hatching-potions.js @@ -3,7 +3,7 @@ import defaults from 'lodash/defaults'; import each from 'lodash/each'; import t from './translation'; -const CURRENT_SEASON = 'July'; +const CURRENT_SEASON = 'NONE'; let drops = { Base: { From f01ca1f9be6b6c6260ff1cb31f7f09c9e9eaa8ce Mon Sep 17 00:00:00 2001 From: Sabe Jones Date: Tue, 1 Aug 2017 22:02:46 +0000 Subject: [PATCH 2/2] 3.107.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7e06c51726..bc83b31a29 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": "3.107.0", + "version": "3.107.1", "main": "./website/server/index.js", "dependencies": { "@slack/client": "^3.8.1",