Skip to content

Commit

Permalink
Semicolon update, preparing for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Spira authored and Jonathan Spira committed Sep 7, 2019
1 parent 2534967 commit 20b1910
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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,6 +1,6 @@
[package]
name = "gml_fmt"
version = "1.0.0"
version = "1.0.1"
authors = ["Jack Spira <jjspira@gmail.com>"]
edition = "2018"

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 20b1910

Please sign in to comment.