Skip to content

Commit

Permalink
chore: Bump version to 4.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
masterspambot committed Aug 18, 2016
1 parent c84efaf commit 4f984ff
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-permission",
"version": "4.0.2",
"version": "4.0.3",
"authors": [
"Rafael Vidaurre <narzerus@gmail.com> (http://www.rafaelvidaurre.com)",
"Blazej Krysiak <blazej.krysiak@gmail.com>"
Expand Down
8 changes: 4 additions & 4 deletions dist/angular-permission-ng.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* angular-permission-ng
* Extension module of angular-permission for access control within angular-route
* @version v4.0.2 - 2016-08-15
* @version v4.0.3 - 2016-08-18
* @link https://github.com/Narzerus/angular-permission
* @author Rafael Vidaurre <narzerus@gmail.com> (http://www.rafaelvidaurre.com), Blazej Krysiak <blazej.krysiak@gmail.com>
* @license MIT License, http://www.opensource.org/licenses/MIT
Expand All @@ -18,9 +18,9 @@
* @param $rootScope {Object}
* @param $location {Object}
* @param PermTransitionProperties {permission.PermTransitionProperties}
* @param PermTransitionEvents {permission.PermAuthorization}
* @param PermTransitionEvents {permission.ng.PermTransitionEvents}
* @param PermAuthorization {permission.PermAuthorization}
* @param PermPermissionMap {permission.PermPermissionMap}
* @param PermPermissionMap {permission.PermPermissionMap|Function}
*/
run.$inject = ['$rootScope', '$location', 'PermTransitionProperties', 'PermTransitionEvents', 'PermAuthorization', 'PermPermissionMap'];
PermTransitionEvents.$inject = ['$delegate', '$rootScope', 'PermTransitionProperties', 'PermTransitionEventNames'];
Expand All @@ -32,9 +32,9 @@
* State transition interceptor
*/
$rootScope.$on('$routeChangeStart', function (event, next, current) {
setTransitionProperties();

if (areSetRoutePermissions() && !PermTransitionEvents.areEventsDefaultPrevented()) {
setTransitionProperties();

PermTransitionEvents.broadcastPermissionStartEvent();

Expand Down
4 changes: 2 additions & 2 deletions dist/angular-permission-ng.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 dist/angular-permission-ng.min.js.map

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

2 changes: 1 addition & 1 deletion dist/angular-permission-ui.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* angular-permission-ui
* Extension module of angular-permission for access control within ui-router
* @version v4.0.2 - 2016-08-15
* @version v4.0.3 - 2016-08-18
* @link https://github.com/Narzerus/angular-permission
* @author Rafael Vidaurre <narzerus@gmail.com> (http://www.rafaelvidaurre.com), Blazej Krysiak <blazej.krysiak@gmail.com>
* @license MIT License, http://www.opensource.org/licenses/MIT
Expand Down
2 changes: 1 addition & 1 deletion dist/angular-permission-ui.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 dist/angular-permission.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* angular-permission
* Fully featured role and permission based access control for your angular applications
* @version v4.0.2 - 2016-08-15
* @version v4.0.3 - 2016-08-18
* @link https://github.com/Narzerus/angular-permission
* @author Rafael Vidaurre <narzerus@gmail.com> (http://www.rafaelvidaurre.com), Blazej Krysiak <blazej.krysiak@gmail.com>
* @license MIT License, http://www.opensource.org/licenses/MIT
Expand Down
2 changes: 1 addition & 1 deletion dist/angular-permission.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 index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* angular-permission
* Fully featured role and permission based access control for your angular applications
* @version v4.0.2 - 2016-08-15
* @version v4.0.3 - 2016-08-18
* @link https://github.com/Narzerus/angular-permission
* @author Rafael Vidaurre <narzerus@gmail.com> (http://www.rafaelvidaurre.com), Blazej Krysiak <blazej.krysiak@gmail.com>
* @license MIT License, http://www.opensource.org/licenses/MIT
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-permission",
"version": "4.0.2",
"version": "4.0.3",
"description": "Fully featured role and permission based access control for your angular applications",
"author": {
"name": "Rafael Vidaurre",
Expand Down

0 comments on commit 4f984ff

Please sign in to comment.