Skip to content

Commit

Permalink
publish 5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jankapunkt committed Mar 14, 2024
1 parent 919cbfb commit c8d6f3b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .versions
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ [email protected]
[email protected]
[email protected]
jkuester:[email protected]
leaonline:oauth2-server@5.0.0
leaonline:oauth2-server@5.1.0
lmieulet:[email protected]
lmieulet:[email protected]
lmieulet:[email protected]
local-test:leaonline:oauth2-server@5.0.0
local-test:leaonline:oauth2-server@5.1.0
[email protected]
[email protected]
[email protected]
Expand Down
4 changes: 2 additions & 2 deletions package.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* eslint-env meteor */
Package.describe({
name: 'leaonline:oauth2-server',
version: '5.0.0',
version: '5.1.0',
summary: 'Node OAuth2 Server (v4) with Meteor bindings',
git: 'https://github.com/leaonline/oauth2-server.git'
})
Expand All @@ -13,7 +13,7 @@ Package.onUse(function (api) {
})

Npm.depends({
'@node-oauth/oauth2-server': '5.0.0',
'@node-oauth/oauth2-server': '5.1.0',
'body-parser': '1.20.0'
})

Expand Down

0 comments on commit c8d6f3b

Please sign in to comment.