Skip to content

Commit 369c4a9

Browse files
authored
bump version to 1.3.0 (#97)
1 parent 735ed7a commit 369c4a9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"support_url": "https://github.com/mattermost/mattermost-plugin-confluence/issues",
77
"release_notes_url": "https://github.com/mattermost/mattermost-plugin-confluence/releases/tag/v1.2.0",
88
"icon_path": "assets/icon.svg",
9-
"version": "1.2.0",
9+
"version": "1.3.0",
1010
"min_server_version": "5.26.0",
1111
"server": {
1212
"executables": {

server/manifest.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const manifestStr = `
1919
"support_url": "https://github.com/mattermost/mattermost-plugin-confluence/issues",
2020
"release_notes_url": "https://github.com/mattermost/mattermost-plugin-confluence/releases/tag/v1.2.0",
2121
"icon_path": "assets/icon.svg",
22-
"version": "1.2.0",
22+
"version": "1.3.0",
2323
"min_server_version": "5.26.0",
2424
"server": {
2525
"executables": {

webapp/src/manifest.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const manifest = JSON.parse(`
99
"support_url": "https://github.com/mattermost/mattermost-plugin-confluence/issues",
1010
"release_notes_url": "https://github.com/mattermost/mattermost-plugin-confluence/releases/tag/v1.2.0",
1111
"icon_path": "assets/icon.svg",
12-
"version": "1.2.0",
12+
"version": "1.3.0",
1313
"min_server_version": "5.26.0",
1414
"server": {
1515
"executables": {

0 commit comments

Comments
 (0)