Skip to content
This repository has been archived by the owner on Jun 1, 2023. It is now read-only.

Commit

Permalink
0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
matthias-t committed Oct 20, 2018
1 parent 8236953 commit fc45326
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "workspace"
description = "CLI that takes care of your windows, tabs and working directory"
version = "0.2.0"
version = "0.2.1"
authors = ["Matthias Totschnig <matthias@totschnig.org>","Roma Bhattacharjee <roma0615@gmail.com>"]
repository = "https://github.com/matthias-t/workspace"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ use clap::*;

pub fn cli() -> App<'static, 'static> {
App::new("workspace")
.version("0.2.0")
.version("0.2.1")
.about("CLI that takes care of your windows, tabs and working directory")
.author("Matthias T. and Roma B.")
.setting(AppSettings::ArgRequiredElseHelp)
Expand Down

0 comments on commit fc45326

Please sign in to comment.