From 4c72e83daf3182e7d83c674e0435b32b5ba1114e Mon Sep 17 00:00:00 2001 From: James Hawkins Date: Mon, 5 Dec 2022 16:02:19 +0000 Subject: [PATCH] Update mw_constants.ts --- src/mw_constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mw_constants.ts b/src/mw_constants.ts index 53dffd0a..9622841c 100644 --- a/src/mw_constants.ts +++ b/src/mw_constants.ts @@ -4,4 +4,4 @@ export const TMDB_API_KEY = "b030404650f279792a8d3287232358e3"; export const OMDB_API_KEY = "aa0937c0"; export const DISCORD_LINK = "https://discord.gg/Jhqt4Xzpfb"; export const GITHUB_LINK = "https://github.com/JamesHawkinss/movie-web"; -export const APP_VERSION = "2.0.4"; +export const APP_VERSION = "2.0.5";