Start with version 0.1.0 (#35)

This commit is contained in:
Hanzei 2019-04-04 16:44:40 +02:00 committed by Christopher Speller
parent 0e863452cc
commit 05dd2de750
3 changed files with 3 additions and 3 deletions

View file

@ -5,5 +5,5 @@ var manifest = struct {
Version string
}{
Id: "com.mattermost.sample-plugin",
Version: "0.0.1",
Version: "0.1.0",
}