Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon-Busch committed Apr 24, 2023
1 parent 0ca7fc0 commit 92b7d91
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "github-assistant"
version = "0.1.2"
version = "0.1.3"
edition = "2021"
authors = ["simon Busch <[email protected]>"]
description = "Keep track of your github assignments"
Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ async fn main() -> Result<(), Box<dyn Error>> {
)
.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(
Expand Down

0 comments on commit 92b7d91

Please sign in to comment.