Skip to content

Commit

Permalink
v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SNinjo committed Sep 26, 2023
1 parent e6096da commit 17eae4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# JoFetch · [![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/SNinjo/jo-fetch/blob/master/LICENSE) [![NPM](https://img.shields.io/badge/npm-v1.1.0-blue)](https://www.npmjs.com/package/jo-fetch) [![CI](https://img.shields.io/badge/CI-passing-brightgreen)](https://github.com/SNinjo/jo-fetch/actions/workflows/ci.yml)
# JoFetch · [![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/SNinjo/jo-fetch/blob/master/LICENSE) [![NPM](https://img.shields.io/badge/npm-v1.1.1-blue)](https://www.npmjs.com/package/jo-fetch) [![CI](https://img.shields.io/badge/CI-passing-brightgreen)](https://github.com/SNinjo/jo-fetch/actions/workflows/ci.yml)
JoFetch is a JavaScript tool that provides enhanced fetch functionality.

There are a lot of functions in this tool, such as simple or integration version.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jo-fetch",
"version": "1.1.0",
"version": "1.1.1",
"description": "JoFetch is a JavaScript tool that provides enhanced fetch functionality.",
"main": "./build/commonJs.js",
"module": "./build/ECMAScript.js",
Expand Down

0 comments on commit 17eae4e

Please sign in to comment.