Skip to content

Commit

Permalink
v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kosgrz committed May 30, 2019
1 parent 162873d commit 1a3f30a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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": "skype4business",
"name": "Skype for Business",
"description": "Skype for Business plugin for Mattermost 5.2+.",
"version": "0.0.1",
"version": "0.1.0",
"server": {
"executables": {
"linux-amd64": "server/dist/plugin-linux-amd64",
Expand Down
2 changes: 1 addition & 1 deletion server/manifest.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ var manifest = struct {
Version string
}{
Id: "skype4business",
Version: "0.0.1",
Version: "0.1.0",
}
2 changes: 1 addition & 1 deletion webapp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "skype4business",
"version": "0.0.1",
"version": "0.1.0",
"description": "Skype for Business plugin for Mattermost",
"author": "Mattermost",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion webapp/src/manifest.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export const id = 'skype4business';
export const version = '0.0.1';
export const version = '0.1.0';

0 comments on commit 1a3f30a

Please sign in to comment.