File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 6
6
"support_url" : " https://github.com/mattermost/mattermost-plugin-confluence/issues" ,
7
7
"release_notes_url" : " https://github.com/mattermost/mattermost-plugin-confluence/releases/tag/v1.2.0" ,
8
8
"icon_path" : " assets/icon.svg" ,
9
- "version" : " 1.2 .0" ,
9
+ "version" : " 1.3 .0" ,
10
10
"min_server_version" : " 5.26.0" ,
11
11
"server" : {
12
12
"executables" : {
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ const manifestStr = `
19
19
"support_url": "https://github.com/mattermost/mattermost-plugin-confluence/issues",
20
20
"release_notes_url": "https://github.com/mattermost/mattermost-plugin-confluence/releases/tag/v1.2.0",
21
21
"icon_path": "assets/icon.svg",
22
- "version": "1.2 .0",
22
+ "version": "1.3 .0",
23
23
"min_server_version": "5.26.0",
24
24
"server": {
25
25
"executables": {
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ const manifest = JSON.parse(`
9
9
"support_url": "https://github.com/mattermost/mattermost-plugin-confluence/issues",
10
10
"release_notes_url": "https://github.com/mattermost/mattermost-plugin-confluence/releases/tag/v1.2.0",
11
11
"icon_path": "assets/icon.svg",
12
- "version": "1.2 .0",
12
+ "version": "1.3 .0",
13
13
"min_server_version": "5.26.0",
14
14
"server": {
15
15
"executables": {
You can’t perform that action at this time.
0 commit comments