pstream is dead; long live pstream taciturnaxolotl.github.io/pstream-ng/
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

bump version

+2 -2
+1 -1
package.json
··· 1 1 { 2 2 "name": "movie-web", 3 - "version": "2.1.2", 3 + "version": "2.1.3", 4 4 "private": true, 5 5 "homepage": "https://movie.squeezebox.dev", 6 6 "dependencies": {
+1 -1
src/mw_constants.ts
··· 1 1 export const DISCORD_LINK = "https://discord.gg/Jhqt4Xzpfb"; 2 2 export const GITHUB_LINK = "https://github.com/movie-web/movie-web"; 3 - export const APP_VERSION = "2.1.2"; 3 + export const APP_VERSION = "2.1.3";