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

Commit

Permalink
Prepare release 3.1.0 (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikprijck authored Jun 4, 2021
1 parent 619a234 commit 3e3a734
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions dist/angular-auth0.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@ var external_angular_default = /*#__PURE__*/__webpack_require__.n(external_angul
var external_auth0_namespaceObject = auth0;
var external_auth0_default = /*#__PURE__*/__webpack_require__.n(external_auth0_namespaceObject);
;// CONCATENATED MODULE: ./src/version.js
/* harmony default export */ var version = ("3.0.6");

/* harmony default export */ var version = ('3.1.0');
;// CONCATENATED MODULE: ./src/index.js


Expand Down
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.6",
"version": "3.1.0",
"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.6";
export default '3.1.0';

0 comments on commit 3e3a734

Please sign in to comment.