Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Commit 23b0077

Browse files
committed
v1.7.2-build.5558+sha.c9a92fc
1 parent a2f09cb commit 23b0077

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

angular-aria.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license AngularJS v1.7.2-build.5557+sha.ad0ba99
2+
* @license AngularJS v1.7.2-build.5558+sha.c9a92fc
33
* (c) 2010-2018 Google, Inc. http://angularjs.org
44
* License: MIT
55
*/
@@ -63,7 +63,7 @@
6363
var ARIA_DISABLE_ATTR = 'ngAriaDisable';
6464

6565
var ngAriaModule = angular.module('ngAria', ['ng']).
66-
info({ angularVersion: '1.7.2-build.5557+sha.ad0ba99' }).
66+
info({ angularVersion: '1.7.2-build.5558+sha.c9a92fc' }).
6767
provider('$aria', $AriaProvider);
6868

6969
/**

angular-aria.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bower.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "angular-aria",
3-
"version": "1.7.2-build.5557+sha.ad0ba99",
3+
"version": "1.7.2-build.5558+sha.c9a92fc",
44
"license": "MIT",
55
"main": "./angular-aria.js",
66
"ignore": [],
77
"dependencies": {
8-
"angular": "1.7.2-build.5557+sha.ad0ba99"
8+
"angular": "1.7.2-build.5558+sha.c9a92fc"
99
}
1010
}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-aria",
3-
"version": "1.7.2-build.5557+sha.ad0ba99",
3+
"version": "1.7.2-build.5558+sha.c9a92fc",
44
"description": "AngularJS module for making accessibility easy",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)