Skip to content

Commit abb2f74

Browse files
bump version 0.1.1
1 parent 5e32b16 commit abb2f74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

init.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ await ensureFile(destination);
99

1010
const stub = `import { Handlers } from "$fresh/server.ts";
1111
import manifest from "../fresh.gen.ts";
12-
import { SitemapContext } from "https://deno.land/x/[email protected].0/mod.ts";
12+
import { SitemapContext } from "https://deno.land/x/[email protected].1/mod.ts";
1313
1414
export const handler: Handlers = {
1515
GET(req, ctx) {

0 commit comments

Comments
 (0)