Skip to content

Commit

Permalink
Bump emulatorjs to 4.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gantoine committed Jan 10, 2025
1 parent 1b08aa0 commit ab85bf7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ RUN apk add --no-cache \
7zip \
wget

ARG EMULATORJS_VERSION=4.2.0
ARG EMULATORJS_VERSION=4.2.1
RUN wget "https://github.com/EmulatorJS/EmulatorJS/releases/download/v${EMULATORJS_VERSION}/${EMULATORJS_VERSION}.7z" && \
7z x -y "${EMULATORJS_VERSION}.7z" -o/emulatorjs && \
rm -rf "${EMULATORJS_VERSION}.7z";
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/views/Player/EmulatorJS/Base.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import { onMounted, ref } from "vue";
import { useRoute } from "vue-router";
import { useI18n } from "vue-i18n";
const EMULATORJS_VERSION = "4.2.0";
const EMULATORJS_VERSION = "4.2.1";
// Props
const { t } = useI18n();
Expand Down

0 comments on commit ab85bf7

Please sign in to comment.