From 08b19529ea2cff0f733a89d42b24884c49801c88 Mon Sep 17 00:00:00 2001 From: gngpp Date: Fri, 8 Dec 2023 10:48:24 +0800 Subject: [PATCH] bump version to v0.9.5 --- Cargo.toml | 2 +- doc/readme.md | 12 ++++++------ doc/readme_zh.md | 12 ++++++------ openai/Cargo.toml | 2 +- openwrt/ninja/Makefile | 2 +- 5 files changed, 15 insertions(+), 15 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c548af062..5aa600fad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ninja" -version = "0.9.4" +version = "0.9.5" edition = "2021" description = "Reverse engineered ChatGPT proxy" license = "GPL-3.0" diff --git a/doc/readme.md b/doc/readme.md index 269e018e0..1e15cf53f 100644 --- a/doc/readme.md +++ b/doc/readme.md @@ -22,8 +22,8 @@ If the project is helpful to you, please consider [donating support](https://git 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.9.4/ninja-0.9.4-x86_64-unknown-linux-musl.tar.gz -tar -xf ninja-0.9.4-x86_64-unknown-linux-musl.tar.gz +wget https://github.com/gngpp/ninja/releases/download/v0.9.5/ninja-0.9.5-x86_64-unknown-linux-musl.tar.gz +tar -xf ninja-0.9.5-x86_64-unknown-linux-musl.tar.gz ./ninja run ``` @@ -32,11 +32,11 @@ tar -xf ninja-0.9.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.9.4/ninja_0.9.4_aarch64_generic.ipk -wget https://github.com/gngpp/ninja/releases/download/v0.9.4/luci-app-ninja_1.1.6-1_all.ipk -wget https://github.com/gngpp/ninja/releases/download/v0.9.4/luci-i18n-ninja-zh-cn_1.1.6-1_all.ipk +wget https://github.com/gngpp/ninja/releases/download/v0.9.5/ninja_0.9.5_aarch64_generic.ipk +wget https://github.com/gngpp/ninja/releases/download/v0.9.5/luci-app-ninja_1.1.6-1_all.ipk +wget https://github.com/gngpp/ninja/releases/download/v0.9.5/luci-i18n-ninja-zh-cn_1.1.6-1_all.ipk -opkg install ninja_0.9.4_aarch64_generic.ipk +opkg install ninja_0.9.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/doc/readme_zh.md b/doc/readme_zh.md index a3fb19ad2..ea9587075 100644 --- a/doc/readme_zh.md +++ b/doc/readme_zh.md @@ -22,8 +22,8 @@ GitHub [Releases](https://github.com/gngpp/ninja/releases/latest) 中有预编译的 deb包,二进制文件,以Ubuntu为例: ```shell -wget https://github.com/gngpp/ninja/releases/download/v0.9.4/ninja-0.9.4-x86_64-unknown-linux-musl.tar.gz -tar -xf ninja-0.9.4-x86_64-unknown-linux-musl.tar.gz +wget https://github.com/gngpp/ninja/releases/download/v0.9.5/ninja-0.9.5-x86_64-unknown-linux-musl.tar.gz +tar -xf ninja-0.9.5-x86_64-unknown-linux-musl.tar.gz ./ninja run ``` @@ -32,11 +32,11 @@ tar -xf ninja-0.9.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.9.4/ninja_0.9.4_aarch64_generic.ipk -wget https://github.com/gngpp/ninja/releases/download/v0.9.4/luci-app-ninja_1.1.6-1_all.ipk -wget https://github.com/gngpp/ninja/releases/download/v0.9.4/luci-i18n-ninja-zh-cn_1.1.6-1_all.ipk +wget https://github.com/gngpp/ninja/releases/download/v0.9.5/ninja_0.9.5_aarch64_generic.ipk +wget https://github.com/gngpp/ninja/releases/download/v0.9.5/luci-app-ninja_1.1.6-1_all.ipk +wget https://github.com/gngpp/ninja/releases/download/v0.9.5/luci-i18n-ninja-zh-cn_1.1.6-1_all.ipk -opkg install ninja_0.9.4_aarch64_generic.ipk +opkg install ninja_0.9.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 106b7ac3d..7eb3a3c8f 100644 --- a/openai/Cargo.toml +++ b/openai/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "openai" -version = "0.9.4" +version = "0.9.5" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/openwrt/ninja/Makefile b/openwrt/ninja/Makefile index 506efa187..c1f0f411f 100644 --- a/openwrt/ninja/Makefile +++ b/openwrt/ninja/Makefile @@ -4,7 +4,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ninja -PKG_VERSION:=0.9.4 +PKG_VERSION:=0.9.5 PKG_LICENSE:=MIT PKG_MAINTAINER:=gngpp