Skip to content

Commit

Permalink
6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Nov 11, 2022
1 parent 23a1961 commit ea33f09
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "parse-latin",
"version": "5.0.1",
"version": "6.0.0",
"description": "Latin-script (natural language) parser",
"license": "MIT",
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,14 @@ npm install parse-latin
In Deno with [`esm.sh`][esmsh]:

```js
import {ParseLatin} from 'https://esm.sh/parse-latin@5'
import {ParseLatin} from 'https://esm.sh/parse-latin@6'
```

In browsers with [`esm.sh`][esmsh]:

```html
<script type="module">
import {ParseLatin} from 'https://esm.sh/parse-latin@5?bundle'
import {ParseLatin} from 'https://esm.sh/parse-latin@6?bundle'
</script>
```

Expand Down

0 comments on commit ea33f09

Please sign in to comment.