Bump emulatorjs to 4.2.1

This commit is contained in:
Georges-Antoine Assi
2025-01-10 11:01:30 -05:00
parent 1b08aa0bc2
commit ab85bf7cd6
2 changed files with 2 additions and 2 deletions

View File

@@ -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";

View File

@@ -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();