Skip to content

Commit

Permalink
docs: ✏️ 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ZingerLittleBee committed Oct 22, 2023
1 parent c6955d6 commit 2e0d5cf
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## `2.2.1` (2023-10-22)
### Features
- Add shell type selector

## `2.2.0` (2023-10-21)
### Features
- Add Windows terminal support
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@ Backend for iOS application named [ServerBee](https://apps.apple.com/us/app/serv
# How to use

## Installation
### Quick install(Linux、macOS)
```bash
bash <(curl -s https://raw.githubusercontent.com/ZingerLittleBee/server_bee-backend/main/script/startup.sh)
```

### Docker
> The installation tutorial is located in the documentation 👉 [Docker](https://docs.serverbee.app/en/usage/docker)
Expand Down
5 changes: 5 additions & 0 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@ iOS 应用 [ServerBee](https://apps.apple.com/us/app/serverbee/id6443553714) 的
# 如何使用

## 安装
### 一键安装(Linux、macOS)
```bash
bash <(curl -s https://raw.githubusercontent.com/ZingerLittleBee/server_bee-backend/main/script/startup.sh)
```

### Docker
> 详细教程请访问文档链接 👉 [Docker](https://docs.serverbee.app/usage/docker)
Expand Down
2 changes: 1 addition & 1 deletion deploy/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "serverbee-deploy"
version = "2.2.0"
version = "2.2.1"
edition = "2021"

[features]
Expand Down
2 changes: 1 addition & 1 deletion web/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "serverbee-web"
version = "2.2.0"
version = "2.2.1"
edition = "2021"
categories = ["web-programming::http-server", "visualization", "monitor", "terminal"]
keywords = ["serverbee", "web-server", "visualization", "monitor"]
Expand Down

0 comments on commit 2e0d5cf

Please sign in to comment.