From 97c935661878cb55758f72425837ac68b3e53d07 Mon Sep 17 00:00:00 2001 From: Hexagon Date: Sun, 14 Apr 2024 21:25:56 +0200 Subject: [PATCH] Bump version in docs --- .vscode/settings.json | 2 +- README.md | 2 +- docs/src/changelog.md | 2 +- docs/src/examples/basic/pup.jsonc | 2 +- docs/src/index.md | 2 +- docs/src/installation.md | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index d7fb6bd..2b79568 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -7,7 +7,7 @@ "/pup.json", "/pup.jsonc" ], - "url": "https://jsr.io/@pup/pup/1.0.0-rc.18/docs/pup.schema.json" + "url": "https://jsr.io/@pup/pup/1.0.0-rc.19/docs/pup.schema.json" } ] } diff --git a/README.md b/README.md index 772d819..d800b34 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ _For detailed documentation, visit [pup.56k.guru](https://pup.56k.guru)._ To install Pup, open your terminal and execute the following command: ```bash -deno run -Ar jsr:@pup/pup@1.0.0-rc.18 setup --channel prerelease +deno run -Ar jsr:@pup/pup@1.0.0-rc.19 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/changelog.md b/docs/src/changelog.md index 373f12c..c4f43cc 100644 --- a/docs/src/changelog.md +++ b/docs/src/changelog.md @@ -15,7 +15,7 @@ All notable changes to this project will be documented in this section. - chore(core): Make code related to environment variables cross-runtime. - change(cli): Revert cli command `foreground` to `run` -## [1.0.0-rc.18] - 2024-04-14 +## [1.0.0-rc.19] - 2024-04-14 - fix(packaging): Fix regression bug in upgrader after moving to jsr.io diff --git a/docs/src/examples/basic/pup.jsonc b/docs/src/examples/basic/pup.jsonc index c42b2e1..b29f6d8 100644 --- a/docs/src/examples/basic/pup.jsonc +++ b/docs/src/examples/basic/pup.jsonc @@ -1,6 +1,6 @@ { // Completely optional: Include $schema to get auto completion in VS Code etc... - "$schema": "https://jsr.io/@pup/pup/1.0.0-rc.18/docs/pup.schema.json", + "$schema": "https://jsr.io/@pup/pup/1.0.0-rc.19/docs/pup.schema.json", // Global logger configuration, all options can be ovverridden per process "logger": { diff --git a/docs/src/index.md b/docs/src/index.md index 974bb76..2c5a1c6 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.18 setup --channel prerelease +deno run -Ar jsr:@pup/pup@1.0.0-rc.19 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 8cf3184..b276971 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.18 setup --channel prerelease +deno run -Ar jsr:@pup/pup@1.0.0-rc.19 setup --channel prerelease ``` This command downloads the latest version of Pup and installs it on your system.