diff --git a/bower.json b/bower.json index a98b745b..1e10ee1c 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "axios", "main": "./dist/axios.js", - "version": "1.14.0", + "version": "1.15.0", "homepage": "https://axios-http.com", "authors": [ "Matt Zabriskie" diff --git a/lib/env/data.js b/lib/env/data.js index 4dde41d8..531f57e6 100644 --- a/lib/env/data.js +++ b/lib/env/data.js @@ -1 +1 @@ -export const VERSION = "1.14.0"; \ No newline at end of file +export const VERSION = "1.15.0"; \ No newline at end of file diff --git a/package.json b/package.json index 831a9af5..0b1e6b14 100644 --- a/package.json +++ b/package.json @@ -187,4 +187,4 @@ "lint-staged": { "*.{js,cjs,mjs,ts,json,md,yml,yaml}": "prettier --write" } -} +} \ No newline at end of file