Skip to content

Commit 082f15a

Browse files
committed
version: increment version
1 parent 25c016f commit 082f15a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

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

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "du-dust"
33
description = "A more intuitive version of du"
4-
version = "0.9.0"
4+
version = "1.0.0"
55
authors = ["bootandy <bootandy@gmail.com>", "nebkor <code@ardent.nebcorp.com>"]
66
edition = "2021"
77
readme = "README.md"

man-page/dust.1

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.ie \n(.g .ds Aq \(aq
22
.el .ds Aq '
3-
.TH Dust 1 "Dust 0.9.0"
3+
.TH Dust 1 "Dust 1.0.0"
44
.SH NAME
55
Dust \- Like du but more intuitive
66
.SH SYNOPSIS
@@ -99,4 +99,4 @@ Print version
9999
[\fIparams\fR]
100100

101101
.SH VERSION
102-
v0.9.0
102+
v1.0.0

0 commit comments

Comments
 (0)