Skip to content

Commit

Permalink
Bump 1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
tngan committed Oct 23, 2015
1 parent 077f5e9 commit 488564d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ To install the stable version
$ npm install express-saml2
```

### Integrations
+ [OneLogin](https://www.onelogin.com/)

### Get Started
```javascript
var saml = require('express-saml2');
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "express-saml2",
"version": "1.1.4",
"version": "1.1.5",
"description": "High-level API for Single Sign On (SAML 2.0)",
"main": "index.js",
"keywords": [
Expand Down

0 comments on commit 488564d

Please sign in to comment.