From 7f6f49dafe27d8c4a4ac0a2841586b11aaee7187 Mon Sep 17 00:00:00 2001 From: Jens Reimann Date: Thu, 18 Apr 2024 16:55:44 +0200 Subject: [PATCH] chore: uptick version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5d09c5cf..c098d692 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3552,7 +3552,7 @@ dependencies = [ [[package]] name = "trunk" -version = "0.20.0-alpha.1" +version = "0.20.0-alpha.2" dependencies = [ "ansi_term", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index e8234fc0..132f31b3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "trunk" -version = "0.20.0-alpha.1" +version = "0.20.0-alpha.2" edition = "2021" description = "Build, bundle & ship your Rust WASM application to the web." license = "MIT/Apache-2.0"