Skip to content

Commit

Permalink
Update docs. Release 8.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hexagon committed Jul 8, 2024
1 parent 33098a4 commit 33a1d88
Show file tree
Hide file tree
Showing 6 changed files with 174 additions and 174 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,10 @@ Using Deno

```typescript
// From deno.land/x
import { Cron } from "https://deno.land/x/croner@8.0.2/dist/croner.js";
import { Cron } from "https://deno.land/x/croner@8.1.0/dist/croner.js";

// ... or jsr.io
import { Cron } from "jsr:@hexagon/croner@8.0.2";
import { Cron } from "jsr:@hexagon/croner@8.1.0";
```

In a webpage using the UMD-module
Expand Down
2 changes: 1 addition & 1 deletion deno.jsonc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hexagon/croner",
"version": "8.0.3-dev.2",
"version": "8.1.0",
"exports": "./dist/croner.js",
"lint": {
"include": ["src","test/deno"],
Expand Down
2 changes: 1 addition & 1 deletion docs/src/_data.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"description": "Cron for JavaScript and TypeScript"
},
"substitute": {
"$CRONER_VERSION": "8.0.2"
"$CRONER_VERSION": "8.1.0"
},
"top_links": [
{
Expand Down
Loading

0 comments on commit 33a1d88

Please sign in to comment.