diff --git a/build.sh b/build.sh index ca04651..8ff2f36 100644 --- a/build.sh +++ b/build.sh @@ -11,6 +11,7 @@ if [ -n "${CARGO_DIST_TARGET:-}" ]; then # TODO once we have the intel binary, rename the intel binary to purs here echo "Platform not supported: ${CARGO_DIST_TARGET}" exit 1 + ;; *) echo "Platform not supported: ${CARGO_DIST_TARGET}" exit 1 diff --git a/dist.toml b/dist.toml index 7a34c3a..3df133d 100644 --- a/dist.toml +++ b/dist.toml @@ -1,6 +1,6 @@ [package] name = "purescript LSP" -version = "1.0.2" +version = "1.0.3" license = "BSD-3-Clause" repository = "https://github.com/OxfordAbstracts/purescript-lsp-bin" binaries = ["purs"]