Browse Source

bump version

pull/114/head
Jelle van Snik 3 years ago
parent
commit
131706e2bb
  1. 2
      package.json
  2. 3
      src/mw_constants.ts

2
package.json

@ -1,6 +1,6 @@ @@ -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

@ -0,0 +1,3 @@ @@ -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";
Loading…
Cancel
Save