Skip to content
This repository has been archived by the owner on Sep 18, 2019. It is now read-only.

Commit

Permalink
2.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
shaungrady committed Feb 3, 2017
1 parent cc154a2 commit eaaf593
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions lib/index.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
/**
* angular-http-etag v2.0.15
* angular-http-etag v2.0.16
* Shaun Grady (http://shaungrady.com), 2017
* https://github.com/shaungrady/angular-http-etag
* Module Format: CommonJS
* License: MIT
*/

exports["http-etag"] =
module.exports =
/******/ (function(modules) { // webpackBootstrap
/******/ // The module cache
/******/ var installedModules = {};
Expand Down
2 changes: 1 addition & 1 deletion npm-shrinkwrap.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-http-etag",
"version": "2.0.15",
"version": "2.0.16",
"description": "Angular module for easy ETag-based caching of $http responses",
"homepage": "https://github.com/shaungrady/angular-http-etag",
"author": "Shaun Grady (http://shaungrady.com)",
Expand Down
2 changes: 1 addition & 1 deletion release/angular-http-etag.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* angular-http-etag v2.0.15
* angular-http-etag v2.0.16
* Shaun Grady (http://shaungrady.com), 2017
* https://github.com/shaungrady/angular-http-etag
* Module Format: Universal Module Definition
Expand Down
2 changes: 1 addition & 1 deletion release/angular-http-etag.min.js

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

0 comments on commit eaaf593

Please sign in to comment.