blah blah

This commit is contained in:
aaron 2024-10-07 10:53:45 -07:00
parent d81c56af57
commit 670e3160dd
12 changed files with 10 additions and 9 deletions

View file

@ -1,12 +1,12 @@
{
"id": "com.mattermost.plugin-gameStatusUpdate",
"name": "game status update",
"description": "This plugin serves as a starting point for writing a Mattermost plugin.",
"description": "this plugin will update statuses to show what game is being played - fuck discord",
"homepage_url": "https://gitlab.peanutsmediaserver.com/aaron/gameStatusUpdate",
"support_url": "https://gitlab.peanutsmediaserver.com/aaron/gameStatusUpdate/issues",
"release_notes_url": "https://gitlab.peanutsmediaserver.com/aaron/gameStatusUpdatereleases/tag/v0.2.3",
"icon_path": "assets/starter-template-icon.svg",
"version": "0.2.3",
"version": "0.2.4",
"min_server_version": "6.2.1",
"server": {
"executables": {

File diff suppressed because one or more lines are too long

View file

@ -1,7 +1,8 @@
{
"id": "com.mattermost.plugin-gameStatusUpdate",
"name": "game status update",
"description": "This plugin serves as a starting point for writing a Mattermost plugin.",
"version": "0.2.4",
"description": "this plugin will update statuses to show what game is being played - fuck discord",
"homepage_url": "https://gitlab.peanutsmediaserver.com/aaron/gameStatusUpdate",
"support_url": "https://gitlab.peanutsmediaserver.com/aaron/gameStatusUpdate/issues",
"icon_path": "assets/starter-template-icon.svg",

View file

@ -15,12 +15,12 @@ const manifestStr = `
{
"id": "com.mattermost.plugin-gameStatusUpdate",
"name": "game status update",
"description": "This plugin serves as a starting point for writing a Mattermost plugin.",
"description": "this plugin will update statuses to show what game is being played - fuck discord",
"homepage_url": "https://gitlab.peanutsmediaserver.com/aaron/gameStatusUpdate",
"support_url": "https://gitlab.peanutsmediaserver.com/aaron/gameStatusUpdate/issues",
"release_notes_url": "https://gitlab.peanutsmediaserver.com/aaron/gameStatusUpdatereleases/tag/v0.2.3",
"icon_path": "assets/starter-template-icon.svg",
"version": "0.2.3",
"version": "0.2.4",
"min_server_version": "6.2.1",
"server": {
"executables": {

2
webapp/dist/main.js vendored

File diff suppressed because one or more lines are too long

View file

@ -4,12 +4,12 @@ const manifest = JSON.parse(`
{
"id": "com.mattermost.plugin-gameStatusUpdate",
"name": "game status update",
"description": "This plugin serves as a starting point for writing a Mattermost plugin.",
"description": "this plugin will update statuses to show what game is being played - fuck discord",
"homepage_url": "https://gitlab.peanutsmediaserver.com/aaron/gameStatusUpdate",
"support_url": "https://gitlab.peanutsmediaserver.com/aaron/gameStatusUpdate/issues",
"release_notes_url": "https://gitlab.peanutsmediaserver.com/aaron/gameStatusUpdatereleases/tag/v0.2.3",
"icon_path": "assets/starter-template-icon.svg",
"version": "0.2.3",
"version": "0.2.4",
"min_server_version": "6.2.1",
"server": {
"executables": {