From 9cae3d166d55ac47a668df81d9617d91a7416fec Mon Sep 17 00:00:00 2001 From: Kodai Aoyama Date: Sun, 16 Jul 2023 18:39:50 +0900 Subject: [PATCH] version up --- README.md | 2 +- voicepeaky.nimble | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1931389..fc96ecf 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.2 +VERSION=v1.0.3 ## set the OS you use. (macos) OS=linux ## case you use wget diff --git a/voicepeaky.nimble b/voicepeaky.nimble index 3186749..6ce5433 100644 --- a/voicepeaky.nimble +++ b/voicepeaky.nimble @@ -1,6 +1,6 @@ # Package -version = "1.0.2" +version = "1.0.3" author = "solaoi" description = "Voicepeak Server" license = "MIT"