Skip to content

Commit

Permalink
Release 7.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Hexagon committed Sep 28, 2023
1 parent 2e9f52a commit 1847e55
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 894 deletions.
4 changes: 2 additions & 2 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ For Node.js or Bun, you can use ESM Import or CommonJS Require:

For Deno, import Croner from the provided URL:

import { Cron } from "https://deno.land/x/croner@6.0.6/dist/croner.js";
import { Cron } from "https://deno.land/x/croner@7.0.2/dist/croner.js";

Make sure to replace `6.0.6` with the latest version.
Make sure to replace `7.0.2` with the latest version.

### In a Webpage Using the UMD-module

Expand Down
Loading

0 comments on commit 1847e55

Please sign in to comment.