diff --git a/package-lock.json b/package-lock.json index 55543b1a85..485a5f6ea0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "habitica", - "version": "4.218.0", + "version": "4.219.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index bf715ff464..320735f5b5 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.218.0", + "version": "4.219.1", "main": "./website/server/index.js", "dependencies": { "@babel/core": "^7.16.12", diff --git a/website/common/script/content/index.js b/website/common/script/content/index.js index f697d8d9c6..4784651deb 100644 --- a/website/common/script/content/index.js +++ b/website/common/script/content/index.js @@ -187,7 +187,7 @@ api.specialMounts = stable.specialMounts; api.mountInfo = stable.mountInfo; // For seasonal events, change this constant: -const FOOD_SEASON = moment().isBefore('2021-11-02T20:00-04:00') ? 'Candy' : 'Normal'; +const FOOD_SEASON = moment().isBefore('2021-02-01T20:00-05:00') ? 'Cake' : 'Normal'; api.food = { Meat: {