diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 86b85b5..c13ca87 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,9 +16,6 @@ jobs: strategy: matrix: os: - - name: ubuntu-latest - platform: linux - cpu: amd64 - name: macOS-latest platform: darwin cpu: amd64 @@ -45,9 +42,6 @@ jobs: strategy: matrix: include: - - os: ubuntu-latest - asset_name_suffix: linux_amd64.tar.gz - asset_content_type: application/gzip - os: macOS-latest asset_name_suffix: darwin_amd64.tar.gz asset_content_type: application/gzip diff --git a/README.md b/README.md index 85dae9f..1931389 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ brew upgrade voicepeaky ```sh # Install with wget or curl ## set the latest version on releases. -VERSION=v1.0.1 +VERSION=v1.0.2 ## set the OS you use. (macos) OS=linux ## case you use wget diff --git a/voicepeaky.nimble b/voicepeaky.nimble index 3aa6972..3186749 100644 --- a/voicepeaky.nimble +++ b/voicepeaky.nimble @@ -1,6 +1,6 @@ # Package -version = "1.0.1" +version = "1.0.2" author = "solaoi" description = "Voicepeak Server" license = "MIT"