bump version

This commit is contained in:
Jelle van Snik 2022-12-27 17:08:01 +01:00
parent ffcba436d7
commit 131706e2bb
2 changed files with 4 additions and 1 deletions

View File

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

3
src/mw_constants.ts Normal file
View File

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