From bbaec0fad0f744a01dfbe0f18d440e86413d15e6 Mon Sep 17 00:00:00 2001 From: lwthiker Date: Sat, 30 Jul 2022 10:11:06 +0300 Subject: [PATCH] Update version to 0.5.2 --- README.md | 6 +++--- configure.ac | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 38819215..1a3960ff 100644 --- a/README.md +++ b/README.md @@ -81,13 +81,13 @@ curl_chrome101 https://www.wikipedia.org --cacert /etc/ssl/certs/ca-bundle.crt See [INSTALL.md](INSTALL.md). ### Docker images -Docker images based on Alpine Linux with `curl-impersonate` compiled and ready to use are available on [Docker Hub](https://hub.docker.com/r/lwthiker/curl-impersonate). The images contain the binary and all the wrapper scripts. Use like the following: +Docker images based on Alpine Linux and Debian with `curl-impersonate` compiled and ready to use are available on [Docker Hub](https://hub.docker.com/r/lwthiker/curl-impersonate). The images contain the binary and all the wrapper scripts. Use like the following: ```bash -# Firefox version +# Firefox version, Alpine Linux docker pull lwthiker/curl-impersonate:0.5-ff docker run --rm lwthiker/curl-impersonate:0.5-ff curl_ff100 https://www.wikipedia.org -# Chrome version +# Chrome version, Alpine Linux docker pull lwthiker/curl-impersonate:0.5-chrome docker run --rm lwthiker/curl-impersonate:0.5-chrome curl_chrome101 https://www.wikipedia.org ``` diff --git a/configure.ac b/configure.ac index 1b0b4345..6571b0a9 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([curl-impersonate], [0.5.0], [lwt@lwthiker.com]) +AC_INIT([curl-impersonate], [0.5.2], [lwt@lwthiker.com]) AC_CANONICAL_BUILD AC_CANONICAL_HOST