Skip to content

Commit

Permalink
Bump version in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Hexagon committed Apr 14, 2024
1 parent c66a127 commit 97c9356
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected].18 setup --channel prerelease
deno run -Ar jsr:@pup/[email protected].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
Expand Down
2 changes: 1 addition & 1 deletion docs/src/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/src/examples/basic/pup.jsonc
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected].18 setup --channel prerelease
deno run -Ar jsr:@pup/[email protected].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
Expand Down
2 changes: 1 addition & 1 deletion docs/src/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected].18 setup --channel prerelease
deno run -Ar jsr:@pup/[email protected].19 setup --channel prerelease
```

This command downloads the latest version of Pup and installs it on your system.
Expand Down

0 comments on commit 97c9356

Please sign in to comment.