diff --git a/docs/src/examples/telemetry/task-with-telemetry-1.ts b/docs/src/examples/telemetry/task-with-telemetry-1.ts index e8242ca..db28867 100644 --- a/docs/src/examples/telemetry/task-with-telemetry-1.ts +++ b/docs/src/examples/telemetry/task-with-telemetry-1.ts @@ -1,6 +1,6 @@ // See docs/examples/telemetry/README.md for full documentation on telemetry, including using the IPC // - Pin this to the latest version of pup, or include in import map -import { PupTelemetry } from "jsr:@pup/pup@1.0.0-rc.22/telemetry" +import { PupTelemetry } from "jsr:@pup/pup@1.0.0-rc.23/telemetry" const telemetry = new PupTelemetry(1) // The task diff --git a/docs/src/examples/telemetry/task-with-telemetry-2.ts b/docs/src/examples/telemetry/task-with-telemetry-2.ts index a02e120..6d6a864 100644 --- a/docs/src/examples/telemetry/task-with-telemetry-2.ts +++ b/docs/src/examples/telemetry/task-with-telemetry-2.ts @@ -1,6 +1,6 @@ // See docs/examples/telemetry/README.md for full documentation on telemetry, including using the IPC // - Pin this to the latest version of pup, or include in import map -import { PupTelemetry } from "jsr:@pup/pup@1.0.0-rc.22/telemetry" +import { PupTelemetry } from "jsr:@pup/pup@1.0.0-rc.23/telemetry" const telemetry = new PupTelemetry(1) // The task diff --git a/docs/src/index.md b/docs/src/index.md index 82e152a..8801ecb 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -30,7 +30,7 @@ Pup is centered on a single configuration file, `pup.json`, which manages all as To install Pup, open your terminal and execute the following command: ```bash -deno run -Ar jsr:@pup/pup@1.0.0-rc.22 setup --channel prerelease +deno run -Ar jsr:@pup/pup@1.0.0-rc.23 setup --channel prerelease ``` This command downloads the latest version of Pup and installs it on your system. The `--channel prerelease` option is included as there is no stable version of Pup yet. Read more abour release diff --git a/docs/src/installation.md b/docs/src/installation.md index b5120cf..4e3a375 100644 --- a/docs/src/installation.md +++ b/docs/src/installation.md @@ -20,7 +20,7 @@ Before proceeding with the installation, ensure that you have the following inst To install Pup, open your terminal and execute the following command: ```bash -deno run -Ar jsr:@pup/pup@1.0.0-rc.22 setup --channel prerelease +deno run -Ar jsr:@pup/pup@1.0.0-rc.23 setup --channel prerelease ``` This command downloads the latest version of Pup and installs it on your system.