Skip to content

Commit

Permalink
release: v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Reinaldy Rafli committed Oct 15, 2021
1 parent daf3a43 commit 702aa5a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ $ npm install flourite
or via a CDN (unpkg or jsdelivr)

```html
<script src="https://unpkg.com/flourite@1.2.0"></script>
<script src="https://cdn.jsdelivr.net/npm/flourite@1.2.0/dist/index.iife.js"></script>
<script src="https://unpkg.com/flourite@1.2.1"></script>
<script src="https://cdn.jsdelivr.net/npm/flourite@1.2.1/dist/index.iife.js"></script>
```

## Usage
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": "flourite",
"version": "1.2.0",
"version": "1.2.1",
"description": "A library for detecting the programming language of a code snippet.",
"main": "dist/index.cjs",
"module": "dist/index.mjs",
Expand Down

0 comments on commit 702aa5a

Please sign in to comment.