diff --git a/Dockerfile-Production b/Dockerfile-Production index 47c5b40cd4..2e757eadd3 100644 --- a/Dockerfile-Production +++ b/Dockerfile-Production @@ -17,7 +17,7 @@ RUN npm install -g gulp-cli mocha # Clone Habitica repo and install dependencies RUN mkdir -p /usr/src/habitrpg WORKDIR /usr/src/habitrpg -RUN git clone --branch v4.32.0 https://github.com/HabitRPG/habitica.git /usr/src/habitrpg +RUN git clone --branch v4.33.1 https://github.com/HabitRPG/habitica.git /usr/src/habitrpg RUN npm install RUN gulp build:prod --force diff --git a/package-lock.json b/package-lock.json index f60efdd1b6..8a22587c6a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "habitica", - "version": "4.33.1", + "version": "4.33.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index bb1f314f69..f64836b9d8 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.33.1", + "version": "4.33.2", "main": "./website/server/index.js", "dependencies": { "@slack/client": "^3.8.1", diff --git a/website/client/app.vue b/website/client/app.vue index d8d36bddc0..9cb26b9623 100644 --- a/website/client/app.vue +++ b/website/client/app.vue @@ -42,9 +42,9 @@ div div(:class='{sticky: user.preferences.stickyHeader}') router-view app-footer - audio#sound(autoplay, ref="sound") - source#oggSource(type="audio/ogg", :src="sound.oggSource") - source#mp3Source(type="audio/mp3", :src="sound.mp3Source") + audio#sound(autoplay, ref="sound") + source#oggSource(type="audio/ogg", :src="sound.oggSource") + source#mp3Source(type="audio/mp3", :src="sound.mp3Source")