From 3d3abf08294497b25053c46345c012a247cdbe8a Mon Sep 17 00:00:00 2001 From: Sabe Jones Date: Tue, 31 Dec 2019 17:18:30 -0600 Subject: [PATCH 1/2] fix(text): swapped head descriptions --- website/common/locales/en/gear.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/website/common/locales/en/gear.json b/website/common/locales/en/gear.json index 4151a264c5..a11becc98b 100644 --- a/website/common/locales/en/gear.json +++ b/website/common/locales/en/gear.json @@ -1442,10 +1442,10 @@ "headMystery201910Notes": "These flames reveal arcane secrets before your very eyes! Confers no benefit. October 2019 Subscriber Item.", "headMystery201911Text": "Charmed Crystal Hat", "headMystery201911Notes": "Each of the crystal points attached to this hat endows you with a special power: mystic clairvoyance, arcane wisdom, and... sorcerous plate spinning? All right then. Confers no benefit. November 2019 Subscriber Item.", - "headMystery201912Text": "Fabled Fox Ears", - "headMystery201912Notes": "Your hearing will be so sharp, you'll hear the stars twinkling and the moon spinning. Confers no benefit. January 2020 Subscriber Item.", - "headMystery202001Text": "Polar Pixie Crown", - "headMystery202001Notes": "This glittering snowflake grants you resistance to the biting cold no matter how high you fly! Confers no benefit. December 2019 Subscriber Item.", + "headMystery201912Text": "Polar Pixie Crown", + "headMystery201912Notes": "This glittering snowflake grants you resistance to the biting cold no matter how high you fly! Confers no benefit. December 2019 Subscriber Item.", + "headMystery202001Text": "Fabled Fox Ears", + "headMystery202001Notes": "Your hearing will be so sharp, you'll hear the stars twinkling and the moon spinning. Confers no benefit. January 2020 Subscriber Item.", "headMystery301404Text": "Fancy Top Hat", "headMystery301404Notes": "A fancy top hat for the finest of gentlefolk! January 3015 Subscriber Item. Confers no benefit.", "headMystery301405Text": "Basic Top Hat", From 492ec66f49a005b73199af1206fa491b62be438c Mon Sep 17 00:00:00 2001 From: Sabe Jones Date: Tue, 31 Dec 2019 17:18:37 -0600 Subject: [PATCH 2/2] 4.128.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 a98701e445..6ed17034d7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "habitica", - "version": "4.128.0", + "version": "4.128.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 5661427e04..cdba02496b 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.128.0", + "version": "4.128.1", "main": "./website/server/index.js", "dependencies": { "@babel/core": "^7.7.5",