Skip to content

Commit

Permalink
v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
0x676e67 committed Apr 22, 2024
1 parent 35db365 commit 3205eea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 = "fcsrv"
version = "0.2.0"
version = "0.2.1"
edition = "2021"
description = "Funcaptcha solver server"

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,8 @@ docker run --rm -it -p 8000:8000 --name=fcsrv \
Run on Ubuntu/Debian

```shell
wget https://github.com/gngpp/fcsrv/releases/download/v0.2.0/fcsrv-0.2.0-x86_64-unknown-linux-gnu.tar.gz
tar -xf fcsrv-0.2.0-x86_64-unknown-linux-gnu.tar.gz
wget https://github.com/gngpp/fcsrv/releases/download/v0.2.1/fcsrv-0.2.1-x86_64-unknown-linux-gnu.tar.gz
tar -xf fcsrv-0.2.1-x86_64-unknown-linux-gnu.tar.gz
mv ./fcsrv /bin/fcsrv

# Update the application
Expand Down

0 comments on commit 3205eea

Please sign in to comment.