Skip to content

Commit

Permalink
Release 1.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
morsdyce committed Feb 1, 2018
1 parent a6bf6c9 commit 5973bbc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion GruntSource.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "xhook",
"title": "XHook",
"version": "1.4.6",
"version": "1.4.7",
"license": "MIT",
"homepage": "https://github.com/jpillora/xhook",
"author": "Jaime Pillora <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion dist/xhook.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// XHook - v1.4.6 - https://github.com/jpillora/xhook
// XHook - v1.4.7 - https://github.com/jpillora/xhook
// Jaime Pillora <[email protected]> - MIT Copyright 2018
(function(undefined) {
var AFTER, BEFORE, COMMON_EVENTS, EventEmitter, FETCH, FIRE, FormData, NativeFetch, NativeFormData, NativeXMLHttp, OFF, ON, READY_STATE, UPLOAD_EVENTS, WINDOW, XHookFetchRequest, XHookFormData, XHookHttpRequest, XMLHTTP, convertHeaders, depricatedProp, document, fakeEvent, mergeObjects, msie, nullify, proxyEvents, slice, useragent, xhook, _base,
Expand Down
2 changes: 1 addition & 1 deletion dist/xhook.min.js

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": "xhook",
"version": "1.4.6",
"version": "1.4.7",
"description": "Easily intercept and modify XHR request and response",
"browser": "dist/xhook.js",
"main": "dist/xhook.js",
Expand Down

0 comments on commit 5973bbc

Please sign in to comment.