Skip to content

Commit

Permalink
release: 0.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
vinicoder committed Oct 27, 2023
1 parent 53a1d11 commit 1fd51af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ yarn add tw-to-css -E
#### CDN

```html
<script src="https://unpkg.com/[email protected].10/dist/cdn.min.js"></script>
<script src="https://unpkg.com/[email protected].12/dist/cdn.min.js"></script>
```

## Usage
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": "tw-to-css",
"version": "0.0.11",
"version": "0.0.12",
"description": "Tailwindcss Inline CSS",
"main": "dist/index.cjs",
"module": "dist/index.mjs",
Expand Down

0 comments on commit 1fd51af

Please sign in to comment.