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

Commit

Permalink
v1.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
petebacondarwin committed Oct 21, 2020
1 parent 6cd0c84 commit f40feab
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions angular-cookies.js
@@ -1,5 +1,5 @@
/**
* @license AngularJS v1.8.1
* @license AngularJS v1.8.2
* (c) 2010-2020 Google LLC. http://angularjs.org
* License: MIT
*/
Expand All @@ -17,7 +17,7 @@


angular.module('ngCookies', ['ng']).
info({ angularVersion: '1.8.1' }).
info({ angularVersion: '1.8.2' }).
/**
* @ngdoc provider
* @name $cookiesProvider
Expand Down
4 changes: 2 additions & 2 deletions angular-cookies.min.js

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

4 changes: 2 additions & 2 deletions bower.json
@@ -1,10 +1,10 @@
{
"name": "angular-cookies",
"version": "1.8.1",
"version": "1.8.2",
"license": "MIT",
"main": "./angular-cookies.js",
"ignore": [],
"dependencies": {
"angular": "1.8.1"
"angular": "1.8.2"
}
}
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "angular-cookies",
"version": "1.8.1",
"version": "1.8.2",
"description": "AngularJS module for cookies",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit f40feab

Please sign in to comment.