From 94fc00f12a0435e06236fd184da92dc6e5a14db7 Mon Sep 17 00:00:00 2001 From: ThatZok Date: Wed, 14 Aug 2024 09:00:05 +0200 Subject: [PATCH] Bumbed to Version 1.2.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bf8383f..cb8a72c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 3 [[package]] name = "TheBus2Komsi" -version = "1.1.1" +version = "1.2.0" dependencies = [ "configparser", "reqwest", diff --git a/Cargo.toml b/Cargo.toml index f2eddcd..ee73fa9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "TheBus2Komsi" -version = "1.1.1" +version = "1.2.0" edition = "2021" rust-version = "1.78"