Skip to content
This repository has been archived by the owner on Dec 15, 2023. It is now read-only.

Commit

Permalink
v3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
luisrudge committed Apr 18, 2019
1 parent 6550798 commit 3cb0c52
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "angular-auth0",
"main": "dist/angular-auth0.js",
"version": "3.0.2",
"version": "3.0.3",
"dependencies": {
"angular": "*",
"auth0.js": "^9.0.0"
Expand Down
2 changes: 1 addition & 1 deletion dist/angular-auth0.js
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ module.exports = auth0;
/***/ (function(module, __webpack_exports__, __webpack_require__) {

"use strict";
/* harmony default export */ __webpack_exports__["a"] = ('3.0.2');
/* harmony default export */ __webpack_exports__["a"] = ('3.0.3');

/***/ })
/******/ ]);
2 changes: 1 addition & 1 deletion dist/angular-auth0.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-auth0",
"version": "3.0.2",
"version": "3.0.3",
"description": "Auth0.js v9 wrapper for Angular.js",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/version.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export default '3.0.2';
export default '3.0.3';

0 comments on commit 3cb0c52

Please sign in to comment.