Merge pull request #76 from JamesHawkinss/v2.0.2

update version number
This commit is contained in:
mrjvs 2022-05-04 00:13:24 +02:00 committed by GitHub
commit ac539324e1
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.1",
"version": "2.0.2",
"private": true,
"homepage": "https://movie.squeezebox.dev",
"dependencies": {

View File

@ -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.1";
export const APP_VERSION = "2.0.2";