Update version

This commit is contained in:
Chocobozzz 2021-12-23 11:52:23 +01:00
parent 55dd894659
commit 130840edef
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
2 changed files with 3 additions and 3 deletions

View File

@ -1,12 +1,12 @@
{
"name": "peertube-plugin-auth-saml2",
"version": "0.0.4",
"version": "0.0.5",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "peertube-plugin-auth-saml2",
"version": "0.0.4",
"version": "0.0.5",
"dependencies": {
"@peertube/saml2-js": "^3.0.2"
}

View File

@ -1,6 +1,6 @@
{
"name": "peertube-plugin-auth-saml2",
"version": "0.0.4",
"version": "0.0.5",
"description": "Add SAML 2 support to login form in PeerTube.",
"engine": {
"peertube": ">=3.0.0"