Skip to content

Commit

Permalink
Bump version: 0.0.0 → 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wiseaidev committed Dec 26, 2024
1 parent 5bdc9b1 commit d2adf8f
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 @@ -12,14 +12,14 @@
[![Join our Discord](https://dcbadge.limes.pink/api/server/b5JbvHW5nv)](https://discord.gg/b5JbvHW5nv)

<!-- absolute url for docs.rs cause assets is excluded from crate -->
![logo](https://github.com/opensass/select-rs/blob/main/assets/demo.gif)
![logo](https://raw.githubusercontent.com/opensass/select-rs/refs/heads/main/assets/logo.webp)

</div>

## 🎬 Demo

<!-- absolute url for docs.rs cause assets is excluded from crate -->
![select-rs-demo](https://raw.githubusercontent.com/opensass/select-rs/refs/heads/main/assets/logo.webp)
![select-rs-demo](https://github.com/opensass/select-rs/blob/main/assets/demo.gif)

| Framework | Live Demo |
| --- | --- |
Expand Down
2 changes: 1 addition & 1 deletion examples/yew/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<meta charset="utf-8" />
<link data-trunk rel="css" href="./dist/index.css" type="text/css" />
<!-- <link data-trunk rel="css" href="./dist/index.css" type="text/css" /> -->
<title>Select RS Yew Example</title>
<link data-trunk rel="rust"/>
<base data-trunk-public-url />
Expand Down

0 comments on commit d2adf8f

Please sign in to comment.