From 4ccdb389ac72ea8b2f642c39a2ddae6fb8e2c87a Mon Sep 17 00:00:00 2001 From: Felipe Contreras Salinas Date: Fri, 10 Nov 2023 15:05:09 -0300 Subject: [PATCH] 0.2.2 (#33) Reviewed-on: https://oolong.ludwig.dog/pitbuster/huellas/pulls/33 Co-authored-by: Felipe Contreras Salinas Co-committed-by: Felipe Contreras Salinas --- Cargo.lock | 2 +- Cargo.toml | 2 +- Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index efe16ab..61be1fc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -670,7 +670,7 @@ checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" [[package]] name = "huellas" -version = "0.2.1" +version = "0.2.2" dependencies = [ "anyhow", "axum", diff --git a/Cargo.toml b/Cargo.toml index 7603083..812361a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "huellas" -version = "0.2.1" +version = "0.2.2" edition = "2021" license = "AGPL-3.0" diff --git a/Dockerfile b/Dockerfile index 4c32be1..6381fb2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -37,7 +37,7 @@ WORKDIR /usr/src/huellas/ts-client/ RUN npm ci # Transpile and delete the first line of jvascript ts-client -RUN tsc && RUN sed -i '1d' build/client.js +RUN tsc && sed -i '1d' build/client.js # Minify static files COPY static /usr/src/huellas/static/