Skip to content

Commit dd5ea63

Browse files
committed
docs: update version to 1.2.1 in mod.ts
1 parent cbdce16 commit dd5ea63

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mod.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* | Hibana | Specifications |
55
* | ------- | ------- |
6-
* | **Version** | 1.2.0 |
6+
* | **Version** | 1.2.1 |
77
* | **Repository** | {@link https://github.com/RickCogley/hibana} |
88
* | **License** | MIT |
99
* | **Author** | Rick Cogley |
@@ -36,12 +36,12 @@
3636
* "lume/": "https://deno.land/x/lume@v3.0.3/",
3737
* "lume/cms/": "https://cdn.jsdelivr.net/gh/lumeland/[email protected]/",
3838
* "lume/jsx-runtime": "https://deno.land/x/[email protected]/jsx-runtime.ts",
39-
* "hibana/": "https://deno.land/x/[email protected].0/"
39+
* "hibana/": "https://deno.land/x/[email protected].1/"
4040
* },...
4141
* ```
4242
* @example Or you can import `hibana` directly from GitHub:
4343
* ```ts
44-
* "hibana/": "https://raw.githubusercontent.com/RickCogley/hibana/v1.2.0/"
44+
* "hibana/": "https://raw.githubusercontent.com/RickCogley/hibana/v1.2.1/"
4545
* ```
4646
*
4747
* @example Then import `hibana` into your Lume `_config.ts`:

0 commit comments

Comments
 (0)