Skip to content

Commit d14606a

Browse files
committedOct 3, 2020
bump onefetch version
1 parent 264267c commit d14606a

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed
 

Diff for: ‎Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: ‎Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
edition = "2018"
33
name = "onefetch"
44
description = "Git repository summary on your terminal"
5-
version = "2.3.0"
5+
version = "2.4.0"
66
authors = ["o2sh <ossama-hjaji@live.fr>"]
77
readme = "README.md"
88
license = "MIT"
@@ -12,7 +12,7 @@ exclude = ["assets/*.png"]
1212
[package.metadata.deb]
1313
extended-description = """\
1414
Onefetch is a command line tool that displays information about your Git repository directly on your terminal. \
15-
Onefetch supports almost 50 different programming languages. If your language of choice isn't supported: Open up an issue and support will be added. \
15+
Onefetch supports more than 50 different programming languages. If your language of choice isn't supported: Open up an issue and support will be added. \
1616
"""
1717
depends = "$auto"
1818
section = "utility"

Diff for: ‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<p align="center">A command-line git information tool written in rust 1.44</p>
44

55
<p align="center">
6-
<a href="https://crates.io/crates/onefetch"><img src="https://img.shields.io/badge/crates.io-2.3.0-dea584" alt="cargo"></a>
6+
<a href="https://crates.io/crates/onefetch"><img src="https://img.shields.io/badge/crates.io-2.4.0-dea584" alt="cargo"></a>
77
<a href="https://github.com/o2sh/onefetch/actions?workflow=build"><img src="https://github.com/o2sh/onefetch/workflows/build/badge.svg" alt="Build Status"></a>
88
<a href="https://github.com/o2sh/onefetch/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22"><img src="https://img.shields.io/github/issues/o2sh/onefetch/help%20wanted?color=green" alt="help wanted"></a>
99
<a href="./LICENSE.md"><img src="https://img.shields.io/badge/license-MIT-blue.svg"></a>

Diff for: ‎snap/snapcraft.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ adopt-info: onefetch
44
summary: Git repository summary on your terminal
55
description: |
66
Onefetch is a command-line system information tool that displays information
7-
about your Source Code directly on your terminal..
7+
about your Git repository directly on your terminal.
88
99
grade: stable
1010
confinement: strict

0 commit comments

Comments
 (0)
Please sign in to comment.