blah blah
This commit is contained in:
parent
d81c56af57
commit
670e3160dd
Binary file not shown.
|
@ -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": {
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because one or more lines are too long
|
@ -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",
|
||||
|
|
|
@ -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
2
webapp/dist/main.js
vendored
File diff suppressed because one or more lines are too long
|
@ -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": {
|
||||
|
|
Loading…
Reference in a new issue