From 7bca88691d68c6b4a32099671a1d58ffeecd2496 Mon Sep 17 00:00:00 2001 From: lwthiker Date: Sat, 10 Feb 2024 18:50:57 +0200 Subject: [PATCH] Bump version to 0.6.0 --- README.md | 8 ++++---- configure.ac | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 1defcf57..b6ead0ab 100644 --- a/README.md +++ b/README.md @@ -96,12 +96,12 @@ See [INSTALL.md](INSTALL.md). 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, Alpine Linux -docker pull lwthiker/curl-impersonate:0.5-ff -docker run --rm lwthiker/curl-impersonate:0.5-ff curl_ff109 https://www.wikipedia.org +docker pull lwthiker/curl-impersonate:0.6-ff +docker run --rm lwthiker/curl-impersonate:0.6-ff curl_ff109 https://www.wikipedia.org # Chrome version, Alpine Linux -docker pull lwthiker/curl-impersonate:0.5-chrome -docker run --rm lwthiker/curl-impersonate:0.5-chrome curl_chrome110 https://www.wikipedia.org +docker pull lwthiker/curl-impersonate:0.6-chrome +docker run --rm lwthiker/curl-impersonate:0.6-chrome curl_chrome110 https://www.wikipedia.org ``` ### Distro packages diff --git a/configure.ac b/configure.ac index 6fbfa8c6..a3fba9f6 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([curl-impersonate], [0.5.4], [lwt@lwthiker.com]) +AC_INIT([curl-impersonate], [0.6.0], [lwt@lwthiker.com]) AC_CANONICAL_BUILD AC_CANONICAL_HOST