Skip to content

Commit 850d7a1

Browse files
committed
Update application.json
1 parent a44f11b commit 850d7a1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

application.meta.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@
2121

2222
const Application = {
2323
name: "pup",
24-
version: "1.0.4",
24+
version: "1.0.5",
2525
url: "jsr:@pup/pup@$VERSION",
2626
description: "Powerful universal process manager, designed to keep your scripts, applications and services alive.",
2727
canary_url: "https://raw.githubusercontent.com/Hexagon/pup/refs/heads/dev/pup.ts",
28-
deno: "1.44.0", /* Minimum stable version of Deno required to run Pup (without --unstable-* flags) */
29-
deno_unstable: "1.44.0", /* Minimum version of Deno required to run Pup (with --unstable-* flags) */
28+
deno: "2.0.0", /* Minimum stable version of Deno required to run Pup (without --unstable-* flags) */
29+
deno_unstable: "2.0.0", /* Minimum version of Deno required to run Pup (with --unstable-* flags) */
3030
repository: "https://github.com/hexagon/pup",
3131
changelog: "https://hexagon.github.io/pup/changelog.html",
3232
permissions: [

0 commit comments

Comments
 (0)