From 92b7d91fe46fa294ed63b747a782f9d44a4c8442 Mon Sep 17 00:00:00 2001 From: simon busch Date: Mon, 24 Apr 2023 18:09:24 +0200 Subject: [PATCH] update version --- Cargo.lock | 2 +- Cargo.toml | 2 +- src/main.rs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3677478..5f8e7f2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -392,7 +392,7 @@ dependencies = [ [[package]] name = "github-assistant" -version = "0.1.2" +version = "0.1.3" dependencies = [ "chrono", "crossterm 0.19.0", diff --git a/Cargo.toml b/Cargo.toml index ff9dd15..b290642 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "github-assistant" -version = "0.1.2" +version = "0.1.3" edition = "2021" authors = ["simon Busch "] description = "Keep track of your github assignments" diff --git a/src/main.rs b/src/main.rs index 5acb357..e9721bd 100644 --- a/src/main.rs +++ b/src/main.rs @@ -136,7 +136,7 @@ async fn main() -> Result<(), Box> { ) .split(size); - let copyright = Paragraph::new("Github Assistant - All rights reserved - V0.1.2 - Simon-Busch ®") + let copyright = Paragraph::new("Github Assistant - All rights reserved - V0.1.3 - Simon-Busch ®") .style(Style::default().fg(Color::LightCyan)) .alignment(Alignment::Center) .block(