Skip to content

Commit

Permalink
Releasing v0.25
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonsaayman committed Jan 18, 2022
1 parent dccaeb1 commit 63dfce8
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bower.json
@@ -1,7 +1,7 @@
{
"name": "axios",
"main": "./dist/axios.js",
"version": "0.24.0",
"version": "0.25.0",
"homepage": "https://axios-http.com",
"authors": [
"Matt Zabriskie"
Expand Down
2 changes: 2 additions & 0 deletions dist/axios.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions dist/axios.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/env/data.js
@@ -1,3 +1,3 @@
module.exports = {
"version": "0.24.0"
"version": "0.25.0"
};
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "axios",
"version": "0.24.0",
"version": "0.25.0",
"description": "Promise based HTTP client for the browser and node.js",
"main": "index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit 63dfce8

Please sign in to comment.