From 4e5bc1fa73f339c6d217aa4abb2593c64629a7d3 Mon Sep 17 00:00:00 2001 From: Jose Quintana Date: Tue, 7 Jan 2020 14:00:01 +0100 Subject: [PATCH] v1.3.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- docker/alpine/Dockerfile | 2 +- docker/scratch/Dockerfile | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a0119f84..2e7c1665 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -563,7 +563,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "static-web-server" -version = "1.2.0" +version = "1.3.0" dependencies = [ "chrono 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", "env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index bec02d59..d69e7109 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "static-web-server" -version = "1.2.0" +version = "1.3.0" authors = ["Jose Quintana "] edition = "2018" diff --git a/docker/alpine/Dockerfile b/docker/alpine/Dockerfile index 77de2c8b..c9b1dbb3 100644 --- a/docker/alpine/Dockerfile +++ b/docker/alpine/Dockerfile @@ -22,5 +22,5 @@ LABEL org.opencontainers.image.vendor="Jose Quintana" \ org.opencontainers.image.url="https://github.com/joseluisq/static-web-server" \ org.opencontainers.image.title="Static Web Server" \ org.opencontainers.image.description="A blazing fast static files-serving web server powered by Rust Iron." \ - org.opencontainers.image.version="v1.2.0" \ + org.opencontainers.image.version="v1.3.0" \ org.opencontainers.image.documentation="https://github.com/joseluisq/static-web-server" diff --git a/docker/scratch/Dockerfile b/docker/scratch/Dockerfile index 958fb863..adf6c682 100644 --- a/docker/scratch/Dockerfile +++ b/docker/scratch/Dockerfile @@ -14,5 +14,5 @@ LABEL org.opencontainers.image.vendor="Jose Quintana" \ org.opencontainers.image.url="https://github.com/joseluisq/static-web-server" \ org.opencontainers.image.title="Static Web Server" \ org.opencontainers.image.description="A blazing fast static files-serving web server powered by Rust Iron." \ - org.opencontainers.image.version="v1.2.0" \ + org.opencontainers.image.version="v1.3.0" \ org.opencontainers.image.documentation="https://github.com/joseluisq/static-web-server"