Skip to content

Commit

Permalink
Merge pull request #5 from tektronix/release-v1-candidate
Browse files Browse the repository at this point in the history
Update Cargo.toml
  • Loading branch information
ZNielsen authored Sep 27, 2019
2 parents 0ed914b + abf3cf7 commit 85980c3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[package]
name = "numconverter"
version = "0.1.0"
version = "1.0.0"
authors = ["Zach Nielsen <[email protected]>"]
edition = "2018"
license = "MIT OR Apache-2.0"
homepage = "https://github.com/ZatchBo/numconverter"
repository = "https://github.com/ZatchBo/numconverter"
documentation = "https://github.com/ZatchBo/numconverter"
homepage = "https://github.com/tektronix/numconverter"
repository = "https://github.com/tektronix/numconverter"
documentation = "https://github.com/tektronix/numconverter"
description = "A simple CLI number converter"
keywords = ["numconverter", "converter", "conversion"]
categories = ["command-line-utilities"]
Expand Down

0 comments on commit 85980c3

Please sign in to comment.