diff --git a/bower.json b/bower.json index 1fc7417e..f1007994 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "axios", "main": "./dist/axios.js", - "version": "1.13.5", + "version": "1.13.6", "homepage": "https://axios-http.com", "authors": [ "Matt Zabriskie" diff --git a/lib/env/data.js b/lib/env/data.js index 847a60d9..cdea87cf 100644 --- a/lib/env/data.js +++ b/lib/env/data.js @@ -1 +1 @@ -export const VERSION = '1.13.5'; +export const VERSION = "1.13.6"; \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index cc8935a0..98266c3f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "axios", - "version": "1.13.5", + "version": "1.13.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "axios", - "version": "1.13.5", + "version": "1.13.6", "license": "MIT", "dependencies": { "follow-redirects": "^1.15.11", diff --git a/package.json b/package.json index 97e1a8c5..7eabb0c6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "axios", - "version": "1.13.5", + "version": "1.13.6", "description": "Promise based HTTP client for the browser and node.js", "main": "./index.js", "module": "./index.js", @@ -223,4 +223,4 @@ ], "report-dir": "./coverage" } -} +} \ No newline at end of file