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

Commit

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


angular.module('ngCookies', ['ng']).
info({ angularVersion: '1.8.0' }).
info({ angularVersion: '1.8.1' }).
/**
* @ngdoc provider
* @name $cookiesProvider
Expand Down
6 changes: 3 additions & 3 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.0",
"version": "1.8.1",
"license": "MIT",
"main": "./angular-cookies.js",
"ignore": [],
"dependencies": {
"angular": "1.8.0"
"angular": "1.8.1"
}
}
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "angular-cookies",
"version": "1.8.0",
"version": "1.8.1",
"description": "AngularJS module for cookies",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 6cd0c84

Please sign in to comment.