Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
mrnossiom committed May 12, 2024
1 parent b6e0dae commit 8b2330b
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 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.

7 changes: 4 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
[package]
name = "git-leave"
version = "1.6.1"
version = "1.6.2"
edition = "2021"

description = "Check for unsaved or uncommitted changes on your machine"
authors = ["Milo Moisson <[email protected]>"]
repository = "https://github.com/MrNossiom/git-leave"
repository = "https://github.com/mrnossiom/git-leave"
keywords = ["crawler", "git", "cli"]
categories = ["development-tools"]
license = "CECILL-2.1"
edition = "2021"

[dependencies]
clap = { version = "4.3.4", features = ["derive"] }
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ Check for unsaved or uncommitted changes on your machine
<a src="https://mrnossiom.cachix.org">
<img alt="Cachix Cache" src="https://img.shields.io/badge/cachix-mrnossiom-blue.svg" />
</a>
<a src="https://wakatime.com/badge/github/mrnossiom/git-leave">
<img alt="Time spent" src="https://wakatime.com/badge/github/mrnossiom/git-leave.svg" />
</a>
</p>

</p>

# Installation
Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#![doc(
html_logo_url = "https://raw.githubusercontent.com/MrNossiom/git-leave/main/assets/logo.png"
html_logo_url = "https://raw.githubusercontent.com/mrnossiom/git-leave/main/assets/logo.png"
)]
#![doc = include_str!("../README.md")]

Expand Down

0 comments on commit 8b2330b

Please sign in to comment.