diff --git a/Cargo.toml b/Cargo.toml index 234499eb..7ce22920 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rock" -version = "0.2.2-if-rework" +version = "0.2.2-develop" authors = ["champii "] edition = "2018" diff --git a/README.md b/README.md index b13649cf..02b866b9 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# Rock v0.2.2-if-rework +# Rock v0.2.2-develop -[![Rust](https://github.com/Champii/Rock/actions/workflows/rust.yml/badge.svg?branch=if_rework)](https://github.com/Champii/Rock/actions/workflows/rust.yml) +[![Rust](https://github.com/Champii/Rock/actions/workflows/rust.yml/badge.svg?branch=develop)](https://github.com/Champii/Rock/actions/workflows/rust.yml) Little language made with Rust and LLVM. @@ -45,10 +45,10 @@ You will need `clang` somewhere in your $PATH Linux x86_64 only -[Rock v0.2.2-if-rework](https://github.com/Champii/Rock/releases/download/v0.2.2-if-rework/rock) (Tested on arch, btw) +[Rock v0.2.2-develop](https://github.com/Champii/Rock/releases/download/v0.2.2-develop/rock) (Tested on arch, btw) ``` sh -wget https://github.com/Champii/Rock/releases/download/v0.2.2-if-rework/rock +wget https://github.com/Champii/Rock/releases/download/v0.2.2-develop/rock chmod +x rock ./rock -V ``` @@ -272,7 +272,7 @@ rock --repl ``` ``` sh -Rock: v0.2.2-if-rework +Rock: v0.2.2-develop ---- Type ':?' for help