From ee779d8299480b2df2d912484ef16ac10a152a45 Mon Sep 17 00:00:00 2001 From: gngpp Date: Wed, 22 Nov 2023 08:42:40 +0800 Subject: [PATCH] bump version to v0.8.5 --- Cargo.toml | 2 +- README.md | 12 ++++++------ README_zh.md | 12 ++++++------ openai/Cargo.toml | 2 +- 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index dddead4ae..a8ba4caf4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ninja" -version = "0.8.4" +version = "0.8.5" edition = "2021" description = "Reverse engineered ChatGPT proxy" license = "GPL-3.0" diff --git a/README.md b/README.md index a8993a795..496b8bb92 100644 --- a/README.md +++ b/README.md @@ -130,8 +130,8 @@ Sending `GPT-4/GPT-3.5/Creating API-Key` dialog requires sending `Arkose Token` Making [Releases](https://github.com/gngpp/ninja/releases/latest) has a precompiled deb package, binaries, in Ubuntu, for example: ```shell -wget https://github.com/gngpp/ninja/releases/download/v0.8.4/ninja-0.8.4-x86_64-unknown-linux-musl.tar.gz -tar -xf ninja-0.8.4-x86_64-unknown-linux-musl.tar.gz +wget https://github.com/gngpp/ninja/releases/download/v0.8.5/ninja-0.8.5-x86_64-unknown-linux-musl.tar.gz +tar -xf ninja-0.8.5-x86_64-unknown-linux-musl.tar.gz ./ninja run ``` @@ -140,11 +140,11 @@ tar -xf ninja-0.8.4-x86_64-unknown-linux-musl.tar.gz There are pre-compiled ipk files in GitHub [Releases](https://github.com/gngpp/ninja/releases/latest), which currently provide versions of aarch64/x86_64 and other architectures. After downloading, use opkg to install, and use nanopi r4s as example: ```shell -wget https://github.com/gngpp/ninja/releases/download/v0.8.4/ninja_0.8.4_aarch64_generic.ipk -wget https://github.com/gngpp/ninja/releases/download/v0.8.4/luci-app-ninja_1.1.6-1_all.ipk -wget https://github.com/gngpp/ninja/releases/download/v0.8.4/luci-i18n-ninja-zh-cn_1.1.6-1_all.ipk +wget https://github.com/gngpp/ninja/releases/download/v0.8.5/ninja_0.8.5_aarch64_generic.ipk +wget https://github.com/gngpp/ninja/releases/download/v0.8.5/luci-app-ninja_1.1.6-1_all.ipk +wget https://github.com/gngpp/ninja/releases/download/v0.8.5/luci-i18n-ninja-zh-cn_1.1.6-1_all.ipk -opkg install ninja_0.8.4_aarch64_generic.ipk +opkg install ninja_0.8.5_aarch64_generic.ipk opkg install luci-app-ninja_1.1.6-1_all.ipk opkg install luci-i18n-ninja-zh-cn_1.1.6-1_all.ipk ``` diff --git a/README_zh.md b/README_zh.md index c55cdc4c6..9ac450e8b 100644 --- a/README_zh.md +++ b/README_zh.md @@ -130,8 +130,8 @@ GitHub [Releases](https://github.com/gngpp/ninja/releases/latest) 中有预编译的 deb包,二进制文件,以Ubuntu为例: ```shell -wget https://github.com/gngpp/ninja/releases/download/v0.8.4/ninja-0.8.4-x86_64-unknown-linux-musl.tar.gz -tar -xf ninja-0.8.4-x86_64-unknown-linux-musl.tar.gz +wget https://github.com/gngpp/ninja/releases/download/v0.8.5/ninja-0.8.5-x86_64-unknown-linux-musl.tar.gz +tar -xf ninja-0.8.5-x86_64-unknown-linux-musl.tar.gz ./ninja run ``` @@ -140,11 +140,11 @@ tar -xf ninja-0.8.4-x86_64-unknown-linux-musl.tar.gz GitHub [Releases](https://github.com/gngpp/ninja/releases/latest) 中有预编译的 ipk 文件, 目前提供了 aarch64/x86_64 等架构的版本,下载后使用 opkg 安装,以 nanopi r4s 为例: ```shell -wget https://github.com/gngpp/ninja/releases/download/v0.8.4/ninja_0.8.4_aarch64_generic.ipk -wget https://github.com/gngpp/ninja/releases/download/v0.8.4/luci-app-ninja_1.1.6-1_all.ipk -wget https://github.com/gngpp/ninja/releases/download/v0.8.4/luci-i18n-ninja-zh-cn_1.1.6-1_all.ipk +wget https://github.com/gngpp/ninja/releases/download/v0.8.5/ninja_0.8.5_aarch64_generic.ipk +wget https://github.com/gngpp/ninja/releases/download/v0.8.5/luci-app-ninja_1.1.6-1_all.ipk +wget https://github.com/gngpp/ninja/releases/download/v0.8.5/luci-i18n-ninja-zh-cn_1.1.6-1_all.ipk -opkg install ninja_0.8.4_aarch64_generic.ipk +opkg install ninja_0.8.5_aarch64_generic.ipk opkg install luci-app-ninja_1.1.6-1_all.ipk opkg install luci-i18n-ninja-zh-cn_1.1.6-1_all.ipk ``` diff --git a/openai/Cargo.toml b/openai/Cargo.toml index 605b54d88..cfd1fc2cf 100644 --- a/openai/Cargo.toml +++ b/openai/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "openai" -version = "0.8.4" +version = "0.8.5" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html