From 95f6042fabb655956bd1f1f01050045c6b8f95c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliver=20B=C3=B8ving?= Date: Wed, 27 Sep 2023 15:00:06 +0200 Subject: [PATCH] Bump to 0.1.4 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7e43c07..330a626 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 3 [[package]] name = "abeye" -version = "0.1.3" +version = "0.1.4" dependencies = [ "camino", "clap", diff --git a/Cargo.toml b/Cargo.toml index 939611f..4e5910d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "abeye" description = "🐝 OpenAPI client generator" readme = "README.md" -version = "0.1.3" +version = "0.1.4" edition = "2021" license = "MIT/Apache-2.0" authors = ["Oliver Bøving "]