Skip to content

Commit

Permalink
Release 0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
mgonto committed Jun 2, 2015
1 parent dfba942 commit ce1c265
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@

0.0.9 / 2015-06-02
==================

* Merge pull request #31 from doshprompt/access-token
* Add config option to allow token to be set as a url param instead of a header
* Merge pull request #35 from ackerdev/master
* Fix unix epoch expiration

0.0.8 / 2015-05-18
==================

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-jwt",
"version": "0.0.8",
"version": "0.0.9",
"description": "Library to help you work with JWTs on AngularJS",
"authors": [
{
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": "angular-jwt",
"version": "0.0.8",
"version": "0.0.9",
"description": "Library to help you work with JWTs on AngularJS",
"main": "index.js",
"author": {
Expand Down

0 comments on commit ce1c265

Please sign in to comment.