Skip to content

Commit 580bd77

Browse files
committed
chore: Bump version to 2.3.0
1 parent 8955204 commit 580bd77

File tree

7 files changed

+908
-593
lines changed

7 files changed

+908
-593
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,8 +414,11 @@ The correct way to contribute is:
414414
3. Submit a pull request to be merged in the `development` branch
415415
4. Remember to run `grunt build` before your last commit
416416
417-
Author
417+
Authors
418418
============================
419419
- Rafael Vidaurre
420420
- @narzerus
421421
- I'm a full-stack developer currenly working as CTO and Co-Founder at [Finciero](http://www.finciero.com)
422+
423+
- Blazej Krysiak
424+
- @masterspambot

bower.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
{
22
"name": "angular-permission",
3-
"version": "2.2.4",
4-
"authors": ["Rafael Vidaurre <narzerus@gmail.com>"],
5-
"contributors": ["Blazej Krysiak <blazej.krysiak@gmail.com>"],
3+
"version": "2.3.0",
4+
"authors": [
5+
"Rafael Vidaurre <narzerus@gmail.com> (http://www.rafaelvidaurre.com)",
6+
"Blazej Krysiak <blazej.krysiak@gmail.com>"
7+
],
68
"description": "Route permission and access control as simple as it can get",
79
"main": "dist/angular-permission.js",
810
"keywords": [
@@ -12,7 +14,7 @@
1214
"route"
1315
],
1416
"license": "MIT",
15-
"homepage": "http://www.rafaelvidaurre.com",
17+
"homepage": "https://github.com/Narzerus/angular-permission",
1618
"ignore": [
1719
"**/.*",
1820
"node_modules",

0 commit comments

Comments
 (0)