Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
wiresnchains committed Sep 15, 2024
1 parent 64cbb8e commit c2bd0ce
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## 🌊 Wave
<img src="https://img.shields.io/badge/version-v1.0.7-blue"/> <img src="https://img.shields.io/badge/license-MIT-green"/><br/>
<img src="https://img.shields.io/badge/version-v1.0.8-blue"/> <img src="https://img.shields.io/badge/license-MIT-green"/><br/>
**Wave** is an open-source, lightweight library for frontend development written in TypeScript.<br/>
It useful for writing logical operations, adding events and rendering dynamic UI elements in your web application.

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wave-frontend/wave-js",
"version": "1.0.7",
"version": "1.0.8",
"description": "An open-source, lightweight library for frontend development written in TypeScript.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit c2bd0ce

Please sign in to comment.