Merge branch 'release' into develop

This commit is contained in:
Sabe Jones 2020-05-29 10:34:54 -05:00
commit 8d80792093
3 changed files with 3 additions and 2 deletions

2
package-lock.json generated
View file

@ -1,6 +1,6 @@
{
"name": "habitica",
"version": "4.143.0",
"version": "4.143.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View file

@ -1,7 +1,7 @@
{
"name": "habitica",
"description": "A habit tracker app which treats your goals like a Role Playing Game.",
"version": "4.143.0",
"version": "4.143.1",
"main": "./website/server/index.js",
"dependencies": {
"@babel/core": "^7.9.6",

View file

@ -564,6 +564,7 @@
.achievement-wrapper {
width: 94px;
min-width: 94px !important;
max-width: 94px;
margin-right: 12px;
margin-left: 12px;