Skip to content

Commit

Permalink
bump version to 0.2.0 (#50)
Browse files Browse the repository at this point in the history
* bump version to 0.2.0

* update .gitattributes to point at relocated manifest.go
  • Loading branch information
lieut-data authored Apr 17, 2020
1 parent 60814e8 commit bec3c76
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
server/manifest.go linguist-generated=true
server/config/manifest.go linguist-generated=true
webapp/src/manifest.js linguist-generated=true
2 changes: 1 addition & 1 deletion plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"id": "com.mattermost.plugin-incident-response",
"name": "Incident Response",
"description": "This plugin allows users to coordinate and manage incidents within Mattermost.",
"version": "0.1.0",
"version": "0.2.0",
"min_server_version": "5.12.0",
"server": {
"executables": {
Expand Down
2 changes: 1 addition & 1 deletion server/config/manifest.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion webapp/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion webapp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mattermost-plugin-incident-response",
"version": "0.1.0",
"version": "0.2.0",
"description": "This plugin allows users to coordinate and manage incidents within Mattermost.",
"main": "src/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion webapp/src/manifest.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bec3c76

Please sign in to comment.