Skip to content

Commit

Permalink
Releasing v1.0.1 just for npm (issue)
Browse files Browse the repository at this point in the history
  • Loading branch information
Malick-Tammal committed Apr 26, 2024
1 parent 9ff0386 commit 394429f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</p>

<p align="center">
<img alt="Version" src="https://img.shields.io/badge/version-1.0.2-blue.svg?cacheSeconds=2592000" />
<img alt="Version" src="https://img.shields.io/badge/version-1.0.1-blue.svg?cacheSeconds=2592000" />
<a href="https://github.com/Malick-Tammal/battery_util/blob/main/README.md" target="_blank">
<img alt="Documentation" src="https://img.shields.io/badge/documentation-yes-brightgreen.svg" />
</a>
Expand All @@ -30,7 +30,7 @@
## 🌟 Features

- Get battery health (Accurate reads)
- Get battery information (serialNumber , batteryId ..)
- Get battery information (Serial number , Battery id , Capacity ..)
- Lightweight and reliable

## 🚀 Features will added
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": "battery_util",
"version": "1.0.2",
"version": "1.0.1",
"description": "nodeJS package to get information about laptop battery",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down

0 comments on commit 394429f

Please sign in to comment.