Skip to content

Commit

Permalink
Version update and updated test
Browse files Browse the repository at this point in the history
  • Loading branch information
Lasse Søborg Lambertsen committed Aug 30, 2018
1 parent 61a1afa commit ed2cac7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions fastlane/Fastfile
Expand Up @@ -3,6 +3,16 @@ lane :test do
teams(
title: "Fastlane says hello",
message: "App successfully released!",
facts:[
{
"name"=>"Platform",
"value"=>"Android
},
{
"name"=>"Lane",
"value"=>"android internal"
}
],
teams_url: teams_url
)
end
2 changes: 1 addition & 1 deletion lib/fastlane/plugin/teams/version.rb
@@ -1,5 +1,5 @@
module Fastlane
module Teams
VERSION = "0.1.0"
VERSION = "0.2.0"
end
end

0 comments on commit ed2cac7

Please sign in to comment.