Skip to content

Commit a41bb56

Browse files
committed
update all the version numbers
1 parent ab0a161 commit a41bb56

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

Guides/docs.docc/Quickstart.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ Pre-built binaries are available for a limited set of platforms.
2727

2828
| Platform | Architecture | Download |
2929
| -------- | ------------ | -------- |
30-
| macOS 15 | arm64 | [tar.gz](https://download.swiftinit.org/unidoc/0.20.1/macOS-ARM64/unidoc.tar.gz) |
31-
| Ubuntu 24.04 | arm64 | [tar.gz](https://download.swiftinit.org/unidoc/0.20.1/Ubuntu-24.04-ARM64/unidoc.tar.gz) |
32-
| Ubuntu 24.04 | x86_64 | [tar.gz](https://download.swiftinit.org/unidoc/0.20.1/Ubuntu-24.04-X64/unidoc.tar.gz) |
33-
| Ubuntu 22.04 | arm64 | [tar.gz](https://download.swiftinit.org/unidoc/0.20.1/Ubuntu-22.04-ARM64/unidoc.tar.gz) |
34-
| Ubuntu 22.04 | x86_64 | [tar.gz](https://download.swiftinit.org/unidoc/0.20.1/Ubuntu-22.04-X64/unidoc.tar.gz) |
30+
| macOS 15 | arm64 | [tar.gz](https://download.swiftinit.org/unidoc/0.21.0/macOS-ARM64/unidoc.tar.gz) |
31+
| Ubuntu 24.04 | arm64 | [tar.gz](https://download.swiftinit.org/unidoc/0.21.0/Ubuntu-24.04-ARM64/unidoc.tar.gz) |
32+
| Ubuntu 24.04 | x86_64 | [tar.gz](https://download.swiftinit.org/unidoc/0.21.0/Ubuntu-24.04-X64/unidoc.tar.gz) |
33+
| Ubuntu 22.04 | arm64 | [tar.gz](https://download.swiftinit.org/unidoc/0.21.0/Ubuntu-22.04-ARM64/unidoc.tar.gz) |
34+
| Ubuntu 22.04 | x86_64 | [tar.gz](https://download.swiftinit.org/unidoc/0.21.0/Ubuntu-22.04-X64/unidoc.tar.gz) |
3535

3636

3737
You can download and install the binary under `/usr/local/bin` like this:

Guides/docs.docc/local/unidoc-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
UNIDOC_MIRROR=https://download.swiftinit.org/unidoc
2-
UNIDOC_VERSION=0.20.1
2+
UNIDOC_VERSION=0.21.0
33
UNIDOC_PLATFORM=macOS-ARM64
44

55
curl -L $UNIDOC_MIRROR/$UNIDOC_VERSION/$UNIDOC_PLATFORM/unidoc.tar.gz \

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ We provide prebuilt binaries for the following platforms:
2727

2828
| Platform | Architecture | Download |
2929
| -------- | ------------ | -------- |
30-
| macOS 15 | arm64 | [tar.gz](https://download.swiftinit.org/unidoc/0.20.1/macOS-ARM64/unidoc.tar.gz) |
31-
| Ubuntu 24.04 | arm64 | [tar.gz](https://download.swiftinit.org/unidoc/0.20.1/Ubuntu-24.04-ARM64/unidoc.tar.gz) |
32-
| Ubuntu 24.04 | x86_64 | [tar.gz](https://download.swiftinit.org/unidoc/0.20.1/Ubuntu-24.04-X64/unidoc.tar.gz) |
33-
| Ubuntu 22.04 | arm64 | [tar.gz](https://download.swiftinit.org/unidoc/0.20.1/Ubuntu-22.04-ARM64/unidoc.tar.gz) |
34-
| Ubuntu 22.04 | x86_64 | [tar.gz](https://download.swiftinit.org/unidoc/0.20.1/Ubuntu-22.04-X64/unidoc.tar.gz) |
30+
| macOS 15 | arm64 | [tar.gz](https://download.swiftinit.org/unidoc/0.21.0/macOS-ARM64/unidoc.tar.gz) |
31+
| Ubuntu 24.04 | arm64 | [tar.gz](https://download.swiftinit.org/unidoc/0.21.0/Ubuntu-24.04-ARM64/unidoc.tar.gz) |
32+
| Ubuntu 24.04 | x86_64 | [tar.gz](https://download.swiftinit.org/unidoc/0.21.0/Ubuntu-24.04-X64/unidoc.tar.gz) |
33+
| Ubuntu 22.04 | arm64 | [tar.gz](https://download.swiftinit.org/unidoc/0.21.0/Ubuntu-22.04-ARM64/unidoc.tar.gz) |
34+
| Ubuntu 22.04 | x86_64 | [tar.gz](https://download.swiftinit.org/unidoc/0.21.0/Ubuntu-22.04-X64/unidoc.tar.gz) |
3535

3636
Follow our [quickstart guide](https://swiftinit.org/docs/swift-unidoc/guides/quickstart) to learn how to set up a local Unidoc server.
3737

0 commit comments

Comments
 (0)