diff --git a/bower.json b/bower.json index 3c3c6c8b..1fc7417e 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "axios", "main": "./dist/axios.js", - "version": "1.13.4", + "version": "1.13.5", "homepage": "https://axios-http.com", "authors": [ "Matt Zabriskie" diff --git a/lib/env/data.js b/lib/env/data.js index a4813829..57083dcb 100644 --- a/lib/env/data.js +++ b/lib/env/data.js @@ -1 +1 @@ -export const VERSION = "1.13.4"; \ No newline at end of file +export const VERSION = "1.13.5"; \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index bb61417a..b08ddd68 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "axios", - "version": "1.13.4", + "version": "1.13.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "axios", - "version": "1.13.4", + "version": "1.13.5", "license": "MIT", "dependencies": { "follow-redirects": "^1.15.11", diff --git a/package.json b/package.json index ecf397bb..8dc8bb9e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "axios", - "version": "1.13.4", + "version": "1.13.5", "description": "Promise based HTTP client for the browser and node.js", "main": "./dist/node/axios.cjs", "module": "./index.js", @@ -183,8 +183,8 @@ "Martti Laine (https://github.com/codeclown)", "Xianming Zhong (https://github.com/chinesedfan)", "Remco Haszing (https://github.com/remcohaszing)", - "Rikki Gibson (https://github.com/RikkiGibson)", "Willian Agostini (https://github.com/WillianAgostini)", + "Rikki Gibson (https://github.com/RikkiGibson)", "Ben Carp (https://github.com/carpben)" ], "sideEffects": false,