diff --git a/Cargo.lock b/Cargo.lock index 989048b9..597e6efe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -430,7 +430,7 @@ checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b" [[package]] name = "rock" -version = "0.1.7-interpreter" +version = "0.1.7" dependencies = [ "bincode", "bitflags", diff --git a/Cargo.toml b/Cargo.toml index c505a426..3493d43d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rock" -version = "0.1.7-develop" +version = "0.1.7" authors = ["champii "] edition = "2018" diff --git a/README.md b/README.md index a3ff6c8c..933d6795 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# Rock v0.1.7-develop +# Rock v0.1.7 -[![Rust](https://github.com/Champii/Rock/actions/workflows/rust.yml/badge.svg?branch=develop)](https://github.com/Champii/Rock/actions/workflows/rust.yml) +[![Rust](https://github.com/Champii/Rock/actions/workflows/rust.yml/badge.svg?branch=main)](https://github.com/Champii/Rock/actions/workflows/rust.yml) Little toy language made with Rust and LLVM. Aim to follow the Rust model with enforced safeness with a borrow checker and native performances thanks to LLVM. @@ -40,10 +40,10 @@ You will need `clang` somewhere in your $PATH Linux x86_64 only -[Rock v0.1.7-develop](https://github.com/Champii/Rock/releases/download/v0.1.7-develop/rock) (Tested on arch, btw) +[Rock v0.1.7](https://github.com/Champii/Rock/releases/download/v0.1.7/rock) (Tested on arch, btw) ``` sh -wget https://github.com/Champii/Rock/releases/download/v0.1.7-develop/rock +wget https://github.com/Champii/Rock/releases/download/v0.1.7/rock chmod +x rock ./rock -V ``` @@ -121,7 +121,7 @@ rock --repl ``` ``` sh -Rock: v0.1.7-develop +Rock: v0.1.7 ---- Type ':?' for help