From aa6c59a8a4028169ac9feceaa68466ac91eec7f0 Mon Sep 17 00:00:00 2001 From: Sascha Grunert Date: Wed, 1 Feb 2017 14:03:48 +0100 Subject: Update Cargo.toml --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3689f11..030f65a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "git-journal" -version = "1.3.2" +version = "1.3.3" license = "MIT" readme = "README.md" keywords = ["parser", "git", "log", "changelog", "journal"] @@ -9,7 +9,7 @@ repository = "https://github.com/saschagrunert/git-journal" homepage = "https://github.com/saschagrunert/git-journal" documentation = "https://docs.rs/git-journal" description = "The Git Commit Message and Changelog Generation Framework" -categories = ["text-processing"] +categories = ["command-line-utilities"] license-file = "LICENSE" [badges] -- cgit v1.2.3