Skip to content

Commit 1fd51af

Browse files
committed
release: 0.0.12
1 parent 53a1d11 commit 1fd51af

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
@@ -27,7 +27,7 @@ yarn add tw-to-css -E
2727
#### CDN
2828

2929
```html
30-
<script src="https://unpkg.com/tw-to-css@0.0.10/dist/cdn.min.js"></script>
30+
<script src="https://unpkg.com/tw-to-css@0.0.12/dist/cdn.min.js"></script>
3131
```
3232

3333
## Usage

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tw-to-css",
3-
"version": "0.0.11",
3+
"version": "0.0.12",
44
"description": "Tailwindcss Inline CSS",
55
"main": "dist/index.cjs",
66
"module": "dist/index.mjs",

0 commit comments

Comments
 (0)