From 20b19101bcaade6f3db87aaef84f35bebaef2b75 Mon Sep 17 00:00:00 2001 From: Jonathan Spira Date: Sat, 7 Sep 2019 16:46:31 -0400 Subject: [PATCH] Semicolon update, preparing for release --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index be38ab6..9ad613b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -195,7 +195,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "gml_fmt" -version = "1.0.0" +version = "1.0.1" dependencies = [ "bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index be2efa8..999608c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gml_fmt" -version = "1.0.0" +version = "1.0.1" authors = ["Jack Spira "] edition = "2018" diff --git a/README.md b/README.md index bbe20a7..518e4f1 100644 --- a/README.md +++ b/README.md @@ -6,11 +6,11 @@ # How To Install and Run -Simply go to [releases](https://github.com/sanboxrunner/gml_fmt/releases/tag/v1.0.0) and download the most recent binary in whatever OS you're on. Or, click here: +Simply go to [releases](https://github.com/sanboxrunner/gml_fmt/releases/tag/v1.0.1) and download the most recent binary in whatever OS you're on. Or, click here: -- [Windows 10](https://github.com/sanboxrunner/gml_fmt/releases/download/v1.0.0/gml_fmt-v1.0.0-x86_64-windows-msvc.tar.gz) -- [macOS](https://github.com/sanboxrunner/gml_fmt/releases/download/v1.0.0/gml_fmt-v1.0.0-x86_64-apple-darwin.tar.gz) -- [Linux](https://github.com/sanboxrunner/gml_fmt/releases/download/v1.0.0/gml_fmt-v1.0.0-x86_64-unknown-linux-gnu.tar.gz) +- [Windows 10](https://github.com/sanboxrunner/gml_fmt/releases/download/v1.0.0/gml_fmt-v1.0.1-x86_64-windows-msvc.tar.gz) +- [macOS](https://github.com/sanboxrunner/gml_fmt/releases/download/v1.0.0/gml_fmt-v1.0.1-x86_64-apple-darwin.tar.gz) +- [Linux](https://github.com/sanboxrunner/gml_fmt/releases/download/v1.0.0/gml_fmt-v1.0.1-x86_64-unknown-linux-gnu.tar.gz) Once you have downloaded and extracted the program (perhaps using 7zip) from the .gzip and the .tar, simply place it next to your `.yyp` file in your project's root directory. Navigate in your native terminal to that folder (Command Prompt on Windows, Bash on other platforms) and run: