From ba08831b2f09593422bb5c32e21c3ce5540353f9 Mon Sep 17 00:00:00 2001 From: Mari Date: Fri, 9 Feb 2024 15:30:46 +0100 Subject: [PATCH] Cut beta version --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 912f8b0..ba01d4c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fp" -version = "2.19.0" +version = "2.19.0-beta.1" authors = ["Team Fiberplane"] edition = "2018" build = "build.rs" @@ -19,7 +19,7 @@ cli-table = "0.4" crossterm = { version = "0.27.0", features = ["event-stream"] } directories = "5.0.1" dialoguer = { version = "0.11.0", features = ["fuzzy-select"] } -fiberplane = { version = "1.0.0-beta.7", features = [ +fiberplane = { version = "1.0.0-beta.11", features = [ "api-client", "base64uuid-creation", "clap",