From 1315e2282f9463bac77b0c0672f47d8d69804677 Mon Sep 17 00:00:00 2001 From: Jay Date: Fri, 7 Oct 2022 11:08:35 +0200 Subject: [PATCH] chore: release v1.1.1 --- bower.json | 2 +- lib/env/data.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index 50fe650..9b5bc80 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "axios", "main": "./dist/axios.js", - "version": "1.1.0", + "version": "1.1.1", "homepage": "https://axios-http.com", "authors": [ "Matt Zabriskie" diff --git a/lib/env/data.js b/lib/env/data.js index b88bce5..fa29a02 100644 --- a/lib/env/data.js +++ b/lib/env/data.js @@ -1 +1 @@ -export const VERSION = "1.1.0"; \ No newline at end of file +export const VERSION = "1.1.1"; \ No newline at end of file