From 53265373143ba48110207b0d3cdf74f9c82db4f0 Mon Sep 17 00:00:00 2001 From: Rowan Stein Date: Thu, 23 Oct 2025 09:21:15 +0000 Subject: [PATCH] chore(pexels): bump version to 0.1.1 --- pexels/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pexels/Cargo.toml b/pexels/Cargo.toml index 82afa58..f1e1292 100644 --- a/pexels/Cargo.toml +++ b/pexels/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pexels" -version = "0.1.0" +version = "0.1.1" edition = "2021" description = "Pexels CLI" license = "MIT OR Apache-2.0" @@ -36,4 +36,4 @@ default = [] # They do not toggle behavior here but allow `cargo --features` invocations to succeed. json = [] rustls-tls = [] -stream = [] +stream = [] \ No newline at end of file