From 0d1e5f886bb643bb04ca5971c70a0b894040f07b Mon Sep 17 00:00:00 2001 From: Jacobtread Date: Tue, 27 Jun 2023 16:57:46 +1200 Subject: [PATCH] Bump versions for release --- Dockerfile | 2 +- backend/Cargo.lock | 2 +- backend/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 5bfff01..b2d2dee 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ RUN apk update && apk upgrade RUN apk add curl # Download release -RUN curl -LJ -o quizler https://github.com/jacobtread/Quizler/releases/download/v0.1.0-alpha2/quizler-linux +RUN curl -LJ -o quizler https://github.com/jacobtread/Quizler/releases/download/v0.1.0-alpha3/quizler-linux # Make the server executable RUN chmod +x ./quizler diff --git a/backend/Cargo.lock b/backend/Cargo.lock index c75ee8f..bea49a5 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -822,7 +822,7 @@ dependencies = [ [[package]] name = "quizler" -version = "0.1.0-alpha2" +version = "0.1.0-alpha3" dependencies = [ "axum", "bytes", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 39d9927..d1fbd68 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "quizler" -version = "0.1.0-alpha2" +version = "0.1.0-alpha3" edition = "2021" description = "Offline quiz game" license = "MIT"