From 99c23bf82b74fee403e105795c404317564f68c5 Mon Sep 17 00:00:00 2001 From: Elliot Saba Date: Mon, 21 Nov 2022 22:32:47 +0000 Subject: [PATCH] Update version number properly --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4fde5dd..cd28720 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "authorized-keys-github" -version = "0.1.0" -authors = ["Keno Fischer "] +version = "0.0.5" +authors = ["Keno Fischer ", "Elliot Saba "] edition = "2018" [dependencies]