Skip to content

Commit

Permalink
Release v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MysteryBlokHed committed Aug 3, 2021
1 parent c7b1944 commit e2f8ace
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[package]
version = "0.5.0"
version = "0.6.0"
name = "databind"
authors = ["Adam Thompson-Sharpe <adamthompsonsharpe@gmail.com>"]
edition = "2018"
description = "Expand the functionality of Minecraft Datapacks."
documentation = "https://databind.readthedocs.io/en/v0.5.0/"
documentation = "https://databind.readthedocs.io/en/v0.6.0/"
readme = "README.md"
repository = "https://github.com/MysteryBlokHed/databind"
license = "GPL-3.0+"
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.5.0'
release = '0.6.0'

# -- 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.5.0")
.version("0.6.0")
.author("Adam Thompson-Sharpe <adamthompsonsharpe@gmail.com>")
.about("Expand the functionality of Minecraft Datapacks.")
.arg(
Expand Down

0 comments on commit e2f8ace

Please sign in to comment.