diff --git a/.drone.yml b/.drone.yml index 2c7f7d6..88ec18d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -36,7 +36,7 @@ steps: registry: code.birch-tree.net repo: code.birch-tree.net/dorian/mirror-server tags: - - 0.3.0 + - 0.3.1 - latest cache_from: - code.birch-tree.net/dorian/mirror-server:latest diff --git a/Cargo.toml b/Cargo.toml index b41e7eb..57f1ffa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mirror-server" -version = "0.3.0" +version = "0.3.1" edition = "2021" authors = ["Dorian Pula "] description = "A simple server for mirror HTTP requests for testing." diff --git a/README.md b/README.md index a44b0a8..655f307 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ $ docker run -p 8080:8080 code.birch-tree.net/dorian/mirror-server:latest Download the DEB file, and install it: ```bash -VERSION=0.3.0 +VERSION=0.3.1 REPO_URL=https://code.birch-tree.net/api/packages/dorian/generic/mirror-server/ curl "${REPO_URL}/${VERSION}/mirror-server_${VERSION}_amd64.deb" sudo dpkg -i "mirror-server-${VERSION}_amd64.deb"