Skip to content

Commit

Permalink
Bumping version to 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ktr committed Jul 24, 2021
1 parent 0bc2902 commit d45a185
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "xl"
version = "0.1.2"
version = "0.1.3"
edition = "2018"
license = "MIT"
description = "A package to let you process *big* Excel files very quickly"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ pub fn run(config: Config) -> Result<(), String> {
pub fn usage() {
println!(concat!(
"\n",
"xlcat 0.1.2\n",
"xlcat 0.1.3\n",
"Kevin Ryan <[email protected]>\n",
"\n",
"xlcat is like cat, but for Excel files (xlsx files to be precise). You simply\n",
Expand Down

0 comments on commit d45a185

Please sign in to comment.