Browse Source

Merge pull request #89 from JamesHawkinss/JamesHawkinss-patch-1

Update package.json
pull/90/head
James Hawkins 3 years ago committed by GitHub
parent
commit
ada19433f0
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.3",
"version": "2.0.4",
"private": true,
"homepage": "https://movie.squeezebox.dev",
"dependencies": {

2
src/mw_constants.ts

@ -2,4 +2,4 @@ export const CORS_PROXY_URL = "https://proxy-1.movie-web.workers.dev/?destinatio @@ -2,4 +2,4 @@ export const CORS_PROXY_URL = "https://proxy-1.movie-web.workers.dev/?destinatio
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.3";
export const APP_VERSION = "2.0.4";

Loading…
Cancel
Save