diff --git a/package.json b/package.json index 373f8020..b95a2f2d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "movie-web", - "version": "2.1.1", + "version": "2.1.2", "private": true, "homepage": "https://movie.squeezebox.dev", "dependencies": { diff --git a/src/mw_constants.ts b/src/mw_constants.ts index d876dc6f..fc9828b5 100644 --- a/src/mw_constants.ts +++ b/src/mw_constants.ts @@ -1,3 +1,3 @@ export const DISCORD_LINK = "https://discord.gg/Jhqt4Xzpfb"; export const GITHUB_LINK = "https://github.com/movie-web/movie-web"; -export const APP_VERSION = "2.1.1"; +export const APP_VERSION = "2.1.2";