Browse Source

Merge pull request #155 from JipFr/v3-iframe-migration

Bump versions
pull/156/head
mrjvs 2 years ago committed by GitHub
parent
commit
ef7b9ff475
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      package.json
  2. 2
      src/setup/constants.ts

2
package.json

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

2
src/setup/constants.ts

@ -1,3 +1,3 @@
export const DISCORD_LINK = "https://discord.gg/Jhqt4Xzpfb"; export const DISCORD_LINK = "https://discord.gg/Jhqt4Xzpfb";
export const GITHUB_LINK = "https://github.com/movie-web/movie-web"; 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";

Loading…
Cancel
Save