summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorandy.boot <bootandy@gmail.com>2024-03-25 21:36:11 +0000
committerandy.boot <bootandy@gmail.com>2024-03-25 22:01:25 +0000
commit082f15a0e2a5e8a573a2a42a65f146e755b982ed (patch)
treebbb77ad76a035cdcfe9030b4c4df9d93d2d2c156
parent25c016f98aea4853f46f11926583ce545d7b456e (diff)
version: increment versionv1.0.0
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
-rw-r--r--man-page/dust.14
3 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 1d20fba..63658ad 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -256,7 +256,7 @@ checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10"
[[package]]
name = "du-dust"
-version = "0.9.0"
+version = "1.0.0"
dependencies = [
"ansi_term",
"assert_cmd",
diff --git a/Cargo.toml b/Cargo.toml
index f3b061e..6e341c3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "du-dust"
description = "A more intuitive version of du"
-version = "0.9.0"
+version = "1.0.0"
authors = ["bootandy <bootandy@gmail.com>", "nebkor <code@ardent.nebcorp.com>"]
edition = "2021"
readme = "README.md"
diff --git a/man-page/dust.1 b/man-page/dust.1
index 5296cf4..74232d8 100644
--- a/man-page/dust.1
+++ b/man-page/dust.1
@@ -1,6 +1,6 @@
.ie \n(.g .ds Aq \(aq
.el .ds Aq '
-.TH Dust 1 "Dust 0.9.0"
+.TH Dust 1 "Dust 1.0.0"
.SH NAME
Dust \- Like du but more intuitive
.SH SYNOPSIS
@@ -99,4 +99,4 @@ Print version
[\fIparams\fR]
.SH VERSION
-v0.9.0
+v1.0.0