2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-08 17:22:34 +03:00

Releasing 0.2.1

This commit is contained in:
mzabriskie
2014-09-12 16:58:47 -06:00
parent 3546990e02
commit 629c576f23
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "axios",
"main": "./dist/axios.js",
"version": "0.2.0",
"version": "0.2.1",
"homepage": "https://github.com/mzabriskie/axios",
"authors": [
"Matt Zabriskie"
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "axios",
"version": "0.2.0",
"version": "0.2.1",
"description": "Promise based HTTP client for the browser and node.js",
"main": "index.js",
"scripts": {