From 9ac96a2ed4089d29dbbdf563e61b92987c06f3a0 Mon Sep 17 00:00:00 2001 From: SabreCat Date: Fri, 5 Nov 2021 10:29:30 -0500 Subject: [PATCH 1/2] fix(backgrounds): correct month in set text --- website/common/locales/en/backgrounds.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/common/locales/en/backgrounds.json b/website/common/locales/en/backgrounds.json index 6ece6949a4..2f5876c623 100644 --- a/website/common/locales/en/backgrounds.json +++ b/website/common/locales/en/backgrounds.json @@ -731,7 +731,7 @@ "backgroundUndeadHandsText": "Undead Hands", "backgroundUndeadHandsNotes": "Try to escape from the clutches of Undead Hands.", - "backgrounds112021": "SET 90: Released October 2021", + "backgrounds112021": "SET 90: Released November 2021", "backgroundFortuneTellersShopText": "Fortune Teller's Shop", "backgroundFortuneTellersShopNotes": "Seek tantalizing hints of your future in a Fortune Teller's Shop.", "backgroundInsideAPotionBottleText": "Inside a Potion Bottle", From 6f9b05529e3fc17eeadffb3c384158b1cdc8a615 Mon Sep 17 00:00:00 2001 From: SabreCat Date: Fri, 5 Nov 2021 10:30:21 -0500 Subject: [PATCH 2/2] 4.211.1 --- 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 e46157c73b..afa4e6a22b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "habitica", - "version": "4.211.0", + "version": "4.211.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 88e1fa8d26..b04965cac4 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.211.0", + "version": "4.211.1", "main": "./website/server/index.js", "dependencies": { "@babel/core": "^7.15.8",