summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorTim Oram <dev@mitmaro.ca>2019-04-10 13:06:09 -0230
committerGitHub <noreply@github.com>2019-04-10 13:06:09 -0230
commit371df6397ddf91e338a49e185e8862428adb271a (patch)
treeee4aff050c93568ca5f30374ad7767a6567cbaea /Cargo.toml
parent0d1af06c7c8e092218a3c46e1770e1354f742d9a (diff)
parentb1cfa2bdeac0896f9c23f08d371dfda19e7aadaf (diff)
Merge pull request #103 from MitMaro/release-version-1.0.01.0.0
Prepare release version 1.0.0
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml10
1 files changed, 5 insertions, 5 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 5ae070f..b415ae4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "git-interactive-rebase-tool"
-version = "0.7.0"
+version = "1.0.0"
authors = ["Tim Oram <dev@mitmaro.ca>"]
license = "ISC"
description = "Full feature terminal based sequence editor for git interactive rebase. Written in Rust using ncurses."
@@ -9,10 +9,10 @@ keywords = [ "git", "editor", "tool", "rebase", "interactive" ]
readme = "README.md"
include = [
"**/*.rs",
- "Cargo.toml",
- "CHANGELOG.md",
- "LICENSE",
- "README.md"
+ "/Cargo.toml",
+ "/CHANGELOG.md",
+ "/LICENSE",
+ "/README.md"
]
edition = "2018"