Bump versions

This commit is contained in:
Jip Fr 2023-02-20 18:19:37 +01:00
parent 4d8257a05f
commit c5aacd72ce
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{
"name": "movie-web",
"version": "3.0.1",
"version": "3.0.2",
"private": true,
"homepage": "https://movie.squeezebox.dev",
"dependencies": {
@ -85,4 +85,4 @@
"vite-plugin-checker": "^0.5.6",
"vite-plugin-package-version": "^1.0.2"
}
}
}

View File

@ -1,3 +1,3 @@
export const DISCORD_LINK = "https://discord.gg/Jhqt4Xzpfb";
export const GITHUB_LINK = "https://github.com/movie-web/movie-web";
export const APP_VERSION = "3.0.1";
export const APP_VERSION = "3.0.2";