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