Browse Source

Merge branch 'dev' into dev

pull/93/head
James Hawkins 3 years ago committed by GitHub
parent
commit
c7d302d8a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      package.json
  2. 2
      src/mw_constants.ts

2
package.json

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

2
src/mw_constants.ts

@ -4,4 +4,4 @@ export const TMDB_API_KEY = "b030404650f279792a8d3287232358e3"; @@ -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";

Loading…
Cancel
Save