diff --git a/package-lock.json b/package-lock.json index dcd3ad73a2..5a61247f72 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "habitica", - "version": "4.159.0", + "version": "4.159.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 52250dfb94..7e54c51c07 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.159.0", + "version": "4.159.1", "main": "./website/server/index.js", "dependencies": { "@babel/core": "^7.11.6", diff --git a/website/client/src/assets/svg/gem.svg b/website/client/src/assets/svg/gem.svg index 6d3331ce47..907c10d492 100755 --- a/website/client/src/assets/svg/gem.svg +++ b/website/client/src/assets/svg/gem.svg @@ -1,10 +1,15 @@ - \ No newline at end of file diff --git a/website/client/src/components/groups/publicGuildItem.vue b/website/client/src/components/groups/publicGuildItem.vue index ea2946a2a7..c7dbbbcbe8 100644 --- a/website/client/src/components/groups/publicGuildItem.vue +++ b/website/client/src/components/groups/publicGuildItem.vue @@ -202,7 +202,7 @@ margin-top: 2em; .gem { - width: 25px; + width: 24px; display: inline-block; vertical-align: bottom; margin-right: .8em; diff --git a/website/server/controllers/api-v3/news.js b/website/server/controllers/api-v3/news.js index 3504c1730d..a432f33561 100644 --- a/website/server/controllers/api-v3/news.js +++ b/website/server/controllers/api-v3/news.js @@ -63,6 +63,21 @@ api.getNews = { Everyone has hastened down to the Flourishing Fields to celebrate this spooky harvest festival. Be sure to check out all the outfits that people are sporting!
++ For the first time ever, Habitica is offering a Gem sale to kick off the fun of Fall + Festival! Receive bonus Gems with each Gem purchase on web or mobile - the more Gems you + buy, the bigger the bonus! Use them to grab past Fall Festival Gear from the Seasonal + Shop, Quests, Magic Hatching Potions, and more. Find more details via Menu > Gems on + mobile, or tapping the Gem on the top menu bar on web. +
++ Be sure to update your mobile app to see details, although the promo will still work even + if you can't see the promotional information. +
++ Thanks so much for your support. 💜 Gem purchases help keep us running ad-free! +
`, });