Skip to content

Commit 2ab6f6c

Browse files
update README.md to use absolute URL for logo image; bump version to 2.1.2 in package.json
1 parent 1f5222d commit 2ab6f6c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<p align="center">
2-
<img src="./webdev logo long.png" width="500" alt="WebDev Power Kit Logo" />
2+
<img src="https://raw.githubusercontent.com/dev-aditya-lab/webdev-power-kit/refs/heads/main/webdev%20logo%20long.png" width="500" alt="WebDev Power Kit Logo" />
33

44
</p>
55

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webdev-power-kit",
3-
"version": "2.1.1",
3+
"version": "2.1.2",
44
"description": "A powerful toolkit that simplifies access to browser features like clipboard, notifications, battery, vibration, and more — perfect for modern web developers.",
55
"keywords": ["webdev","browser-api","clipboard","battery","notification","vibration","developer-tools","frontend", "html5-api","javascript","typescript","web-utilities","productivity"],
66
"homepage": "https://github.com/dev-aditya-lab/webdev-power-kit#readme",

0 commit comments

Comments
 (0)