Changed version number.

This commit is contained in:
Steffo Weber 2017-04-12 13:55:52 +02:00
parent d03e37b49b
commit 6be4207018
2 changed files with 2 additions and 2 deletions

View file

@ -45,7 +45,7 @@ routepolicy@1.0.12
service-configuration@1.0.11
spacebars@1.0.12
spacebars-compiler@1.0.12
steffo:meteor-accounts-saml@0.0.2
steffo:meteor-accounts-saml@0.0.3
tracker@1.1.2
ui@1.0.11
underscore@1.0.10

View file

@ -1,7 +1,7 @@
Package.describe({
name:"steffo:meteor-accounts-saml",
summary: "SAML Login (SP) for Meteor. Works with OpenAM, OpenIDP and provides Single Logout.",
version: "0.0.2",
version: "0.0.3",
git: "https://github.com/steffow/meteor-accounts-saml.git"
});