Skip to main content

Bump the version number in Cargo.toml

ID
7801443
date
2024-05-12 09:59:53+00:00
author
Alex Chan <alex@alexwlchan.net>
parent
29f1a54
message
Bump the version number in Cargo.toml
changed files
2 files, 6 additions, 5 deletions

Changed files

CONTRIBUTING.md (311) → CONTRIBUTING.md (355)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 23616bc..be23ab5 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -2,9 +2,10 @@
 
 ## Releasing a new version
 
-1.  Create a new changelog entry for your version in `CHANGELOG.md`
-2.  Commit your change
-3.  Create a Git tag with your version number
-4.  Push your new commit and Git tag to GitHub
+1.  Bump the version number in `Cargo.toml`
+2.  Create a new changelog entry for your version in `CHANGELOG.md`
+3.  Commit your change
+4.  Create a Git tag with your version number
+5.  Push your new commit and Git tag to GitHub
 
 GitHub Actions will then build and release a new version of the CLI tool for you.

Cargo.toml (416) → Cargo.toml (416)

diff --git a/Cargo.toml b/Cargo.toml
index dc40dda..1ff1125 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "dominant_colours"
-version = "1.1.8"
+version = "1.1.9"
 edition = "2018"
 
 [dependencies]