Skip to content

Commit 33a1d88

Browse files
committed
Update docs. Release 8.1.0.
1 parent 33098a4 commit 33a1d88

File tree

6 files changed

+174
-174
lines changed

6 files changed

+174
-174
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,10 @@ Using Deno
6969

7070
```typescript
7171
// From deno.land/x
72-
import { Cron } from "https://deno.land/x/croner@8.0.2/dist/croner.js";
72+
import { Cron } from "https://deno.land/x/croner@8.1.0/dist/croner.js";
7373

7474
// ... or jsr.io
75-
import { Cron } from "jsr:@hexagon/croner@8.0.2";
75+
import { Cron } from "jsr:@hexagon/croner@8.1.0";
7676
```
7777

7878
In a webpage using the UMD-module

deno.jsonc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hexagon/croner",
3-
"version": "8.0.3-dev.2",
3+
"version": "8.1.0",
44
"exports": "./dist/croner.js",
55
"lint": {
66
"include": ["src","test/deno"],

docs/src/_data.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"description": "Cron for JavaScript and TypeScript"
77
},
88
"substitute": {
9-
"$CRONER_VERSION": "8.0.2"
9+
"$CRONER_VERSION": "8.1.0"
1010
},
1111
"top_links": [
1212
{

0 commit comments

Comments
 (0)