Skip to content

Commit

Permalink
🏷️ Release v0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MysteryBlokHed committed Aug 8, 2021
1 parent 44e563a commit 9ff3557
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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,5 +1,5 @@
[package]
version = "0.6.0"
version = "0.6.1"
name = "databind"
authors = ["Adam Thompson-Sharpe <adamthompsonsharpe@gmail.com>"]
edition = "2018"
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
author = 'Adam Thompson-Sharpe'

# The full version, including alpha/beta/rc tags
release = '0.6.0'
release = '0.6.1'

# -- General configuration ---------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ use clap::{App, Arg, SubCommand};
pub fn get_app<'a, 'b>() -> App<'a, 'b> {
App::new("Databind")
.setting(clap::AppSettings::SubcommandsNegateReqs)
.version("0.6.0")
.version("0.6.1")
.author("Adam Thompson-Sharpe <adamthompsonsharpe@gmail.com>")
.about("Expand the functionality of Minecraft Datapacks.")
.arg(
Expand Down

0 comments on commit 9ff3557

Please sign in to comment.