Skip to content

Commit

Permalink
bump version to v0.9.13
Browse files Browse the repository at this point in the history
  • Loading branch information
0x676e67 committed Jan 24, 2024
1 parent 18fd87f commit 817dff6
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ninja"
version = "0.9.12"
version = "0.9.13"
edition = "2021"
description = "Reverse engineered ChatGPT proxy"
license = "GPL-3.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/openai/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "openai"
version = "0.9.12"
version = "0.9.13"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
12 changes: 6 additions & 6 deletions doc/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,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.12/ninja-0.9.12-x86_64-unknown-linux-musl.tar.gz
tar -xf ninja-0.9.12-x86_64-unknown-linux-musl.tar.gz
wget https://github.com/gngpp/ninja/releases/download/v0.9.13/ninja-0.9.13-x86_64-unknown-linux-musl.tar.gz
tar -xf ninja-0.9.13-x86_64-unknown-linux-musl.tar.gz
mv ./ninja /bin/ninja
./ninja run

Expand Down Expand Up @@ -62,11 +62,11 @@ ninja (run/start/restart) -C serve.toml
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.12/ninja_0.9.12_aarch64_generic.ipk
wget https://github.com/gngpp/ninja/releases/download/v0.9.12/luci-app-ninja_1.1.6-1_all.ipk
wget https://github.com/gngpp/ninja/releases/download/v0.9.12/luci-i18n-ninja-zh-cn_1.1.6-1_all.ipk
wget https://github.com/gngpp/ninja/releases/download/v0.9.13/ninja_0.9.13_aarch64_generic.ipk
wget https://github.com/gngpp/ninja/releases/download/v0.9.13/luci-app-ninja_1.1.6-1_all.ipk
wget https://github.com/gngpp/ninja/releases/download/v0.9.13/luci-i18n-ninja-zh-cn_1.1.6-1_all.ipk

opkg install ninja_0.9.12_aarch64_generic.ipk
opkg install ninja_0.9.13_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
```
Expand Down
12 changes: 6 additions & 6 deletions doc/readme_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
GitHub [Releases](https://github.com/gngpp/ninja/releases/latest) 中有预编译的 deb包,二进制文件,以Ubuntu为例:

```shell
wget https://github.com/gngpp/ninja/releases/download/v0.9.12/ninja-0.9.12-x86_64-unknown-linux-musl.tar.gz
tar -xf ninja-0.9.12-x86_64-unknown-linux-musl.tar.gz
wget https://github.com/gngpp/ninja/releases/download/v0.9.13/ninja-0.9.13-x86_64-unknown-linux-musl.tar.gz
tar -xf ninja-0.9.13-x86_64-unknown-linux-musl.tar.gz
mv ./ninja /bin/ninja

# 在线更新版本
Expand Down Expand Up @@ -61,11 +61,11 @@ ninja (run/start/restart) -C serve.toml
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.12/ninja_0.9.12_aarch64_generic.ipk
wget https://github.com/gngpp/ninja/releases/download/v0.9.12/luci-app-ninja_1.1.6-1_all.ipk
wget https://github.com/gngpp/ninja/releases/download/v0.9.12/luci-i18n-ninja-zh-cn_1.1.6-1_all.ipk
wget https://github.com/gngpp/ninja/releases/download/v0.9.13/ninja_0.9.13_aarch64_generic.ipk
wget https://github.com/gngpp/ninja/releases/download/v0.9.13/luci-app-ninja_1.1.6-1_all.ipk
wget https://github.com/gngpp/ninja/releases/download/v0.9.13/luci-i18n-ninja-zh-cn_1.1.6-1_all.ipk

opkg install ninja_0.9.12_aarch64_generic.ipk
opkg install ninja_0.9.13_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
```
Expand Down
2 changes: 1 addition & 1 deletion openwrt/ninja/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ include $(TOPDIR)/rules.mk

PKG_NAME:=ninja

PKG_VERSION:=0.9.12
PKG_VERSION:=0.9.13

PKG_LICENSE:=MIT
PKG_MAINTAINER:=gngpp <gngppz@gmail.com>
Expand Down

0 comments on commit 817dff6

Please sign in to comment.