Skip to content

Commit 2ab0fe5

Browse files
committed
1.0.0
1 parent 0195974 commit 2ab0fe5

4 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mdtable-cli"
3-
version = "0.1.0"
3+
version = "1.0.0"
44
license = "MIT"
55
authors = ["Axel Lindeberg"]
66
description = "A tool that makes creating tables in markdown much easier!"

mdtable

-64 Bytes
Binary file not shown.

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ struct Config {
1919

2020
fn get_config() -> Config {
2121
let args = App::new("mdtable")
22-
.version("0.1.0")
22+
.version("1.0.0")
2323
.author("Axel Lindeberg")
2424
.about("Makes creating tables in markdown much easier!")
2525
.arg(Arg::with_name("minimize")

0 commit comments

Comments
 (0)