Skip to content

Commit

Permalink
update all the version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
tayloraswift committed Jan 18, 2025
1 parent ab0a161 commit a41bb56
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
10 changes: 5 additions & 5 deletions Guides/docs.docc/Quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ Pre-built binaries are available for a limited set of platforms.

| Platform | Architecture | Download |
| -------- | ------------ | -------- |
| macOS 15 | arm64 | [tar.gz](https://download.swiftinit.org/unidoc/0.20.1/macOS-ARM64/unidoc.tar.gz) |
| Ubuntu 24.04 | arm64 | [tar.gz](https://download.swiftinit.org/unidoc/0.20.1/Ubuntu-24.04-ARM64/unidoc.tar.gz) |
| Ubuntu 24.04 | x86_64 | [tar.gz](https://download.swiftinit.org/unidoc/0.20.1/Ubuntu-24.04-X64/unidoc.tar.gz) |
| Ubuntu 22.04 | arm64 | [tar.gz](https://download.swiftinit.org/unidoc/0.20.1/Ubuntu-22.04-ARM64/unidoc.tar.gz) |
| Ubuntu 22.04 | x86_64 | [tar.gz](https://download.swiftinit.org/unidoc/0.20.1/Ubuntu-22.04-X64/unidoc.tar.gz) |
| macOS 15 | arm64 | [tar.gz](https://download.swiftinit.org/unidoc/0.21.0/macOS-ARM64/unidoc.tar.gz) |
| Ubuntu 24.04 | arm64 | [tar.gz](https://download.swiftinit.org/unidoc/0.21.0/Ubuntu-24.04-ARM64/unidoc.tar.gz) |
| Ubuntu 24.04 | x86_64 | [tar.gz](https://download.swiftinit.org/unidoc/0.21.0/Ubuntu-24.04-X64/unidoc.tar.gz) |
| Ubuntu 22.04 | arm64 | [tar.gz](https://download.swiftinit.org/unidoc/0.21.0/Ubuntu-22.04-ARM64/unidoc.tar.gz) |
| Ubuntu 22.04 | x86_64 | [tar.gz](https://download.swiftinit.org/unidoc/0.21.0/Ubuntu-22.04-X64/unidoc.tar.gz) |


You can download and install the binary under `/usr/local/bin` like this:
Expand Down
2 changes: 1 addition & 1 deletion Guides/docs.docc/local/unidoc-install.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
UNIDOC_MIRROR=https://download.swiftinit.org/unidoc
UNIDOC_VERSION=0.20.1
UNIDOC_VERSION=0.21.0
UNIDOC_PLATFORM=macOS-ARM64

curl -L $UNIDOC_MIRROR/$UNIDOC_VERSION/$UNIDOC_PLATFORM/unidoc.tar.gz \
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ We provide prebuilt binaries for the following platforms:

| Platform | Architecture | Download |
| -------- | ------------ | -------- |
| macOS 15 | arm64 | [tar.gz](https://download.swiftinit.org/unidoc/0.20.1/macOS-ARM64/unidoc.tar.gz) |
| Ubuntu 24.04 | arm64 | [tar.gz](https://download.swiftinit.org/unidoc/0.20.1/Ubuntu-24.04-ARM64/unidoc.tar.gz) |
| Ubuntu 24.04 | x86_64 | [tar.gz](https://download.swiftinit.org/unidoc/0.20.1/Ubuntu-24.04-X64/unidoc.tar.gz) |
| Ubuntu 22.04 | arm64 | [tar.gz](https://download.swiftinit.org/unidoc/0.20.1/Ubuntu-22.04-ARM64/unidoc.tar.gz) |
| Ubuntu 22.04 | x86_64 | [tar.gz](https://download.swiftinit.org/unidoc/0.20.1/Ubuntu-22.04-X64/unidoc.tar.gz) |
| macOS 15 | arm64 | [tar.gz](https://download.swiftinit.org/unidoc/0.21.0/macOS-ARM64/unidoc.tar.gz) |
| Ubuntu 24.04 | arm64 | [tar.gz](https://download.swiftinit.org/unidoc/0.21.0/Ubuntu-24.04-ARM64/unidoc.tar.gz) |
| Ubuntu 24.04 | x86_64 | [tar.gz](https://download.swiftinit.org/unidoc/0.21.0/Ubuntu-24.04-X64/unidoc.tar.gz) |
| Ubuntu 22.04 | arm64 | [tar.gz](https://download.swiftinit.org/unidoc/0.21.0/Ubuntu-22.04-ARM64/unidoc.tar.gz) |
| Ubuntu 22.04 | x86_64 | [tar.gz](https://download.swiftinit.org/unidoc/0.21.0/Ubuntu-22.04-X64/unidoc.tar.gz) |

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

Expand Down

0 comments on commit a41bb56

Please sign in to comment.