Skip to content

Commit

Permalink
Bump 0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
naturallymitchell committed Nov 19, 2018
1 parent 7c7fdb4 commit 2ad3796
Show file tree
Hide file tree
Showing 3 changed files with 3 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 = "torchbear"
description = "network application framework"
version = "0.5.2"
version = "0.5.3"
authors = ["Mitchell Tannenbaum <tannenbaum.mitchell@gmail.com>"]
repository = "https://github.com/foundpatterns/torchbear"
readme = "Readme.md"
Expand Down
1 change: 1 addition & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ Torchbear is an extremely fast and featureful Lua application framework. It giv
* [Select-rs](https://github.com/utkarshkukreti/select.rs) HTML scraping
* [Git](https://github.com/alexcrichton/git2-rs) repo creation, commit staging, and log access
* [Tantivy](https://github.com/tantivy-search/tantivy) schema building, document adding/updating/deleting, and searching
* [regex](https://github.com/rust-lang/regex) matching and replacing

## Installation

Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use clap::{Arg, App as ClapApp};

fn main() {
let matches = ClapApp::new("torchbear")
.version("0.5.2")
.version("0.5.3")
.author("Mitchell Tannenbaum <tannenbaum.mitchell@gmail.com>")
.about("TorchBear Application Framework")
.arg(Arg::with_name("log")
Expand Down

0 comments on commit 2ad3796

Please sign in to comment.