Merge branch 'dev' into dev

This commit is contained in:
James Hawkins 2022-12-05 21:16:44 +00:00 committed by GitHub
commit c7d302d8a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "movie-web",
"version": "2.0.4",
"version": "2.0.5",
"private": true,
"homepage": "https://movie.squeezebox.dev",
"dependencies": {

View File

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