Skip to content

Commit

Permalink
Merge pull request #6 from mattermost/increment-patch-version
Browse files Browse the repository at this point in the history
Increment patch version to v0.1.2 due to removal of unnecessary debug stdout
  • Loading branch information
saturninoabril authored Dec 4, 2018
2 parents 0c46198 + f1d1a4a commit b6bc801
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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": "autotranslate",
"name": "Autotranslate",
"description": "Autotranslate plugin for Mattermost 5.4 and later.",
"version": "0.1.1",
"version": "0.1.2",
"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: "autotranslate",
Version: "0.1.1",
Version: "0.1.2",
}
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 = 'autotranslate';
export const version = '0.1.1';
export const version = '0.1.2';

0 comments on commit b6bc801

Please sign in to comment.