Skip to content

Commit

Permalink
fix publish
Browse files Browse the repository at this point in the history
  • Loading branch information
suhaotian committed Mar 29, 2024
1 parent f3e481f commit 5a5ea5c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xior",
"version": "0.3.2",
"version": "0.3.3",
"description": "A lite request lib based on fetch with plugins support, and axios similar API",
"repository": "suhaotian/xior",
"bugs": "https://github.com/suhaotian/xior/issues",
Expand Down Expand Up @@ -134,6 +134,7 @@
"files": [
"dist",
"plugins",
"utils",
"Mock-plugin.md"
],
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion src/xior.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export class xior {
static create(options?: XiorRequestConfig): XiorInstance {
return new xior(options);
}
static VERSION = '0.3.2';
static VERSION = '0.3.3';

config?: XiorRequestConfig;
defaults: XiorInterceptorRequestConfig;
Expand Down

0 comments on commit 5a5ea5c

Please sign in to comment.