Skip to content

Commit b24cf27

Browse files
author
Florian Greiner
committedOct 4, 2021
v0.1.7
1 parent 8139b9e commit b24cf27

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed
 

‎Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rock"
3-
version = "0.1.7-develop"
3+
version = "0.1.7"
44
authors = ["champii <contact@champii>"]
55
edition = "2018"
66

‎README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Rock v0.1.7-develop
1+
# Rock v0.1.7
22

3-
[![Rust](https://github.com/Champii/Rock/actions/workflows/rust.yml/badge.svg?branch=develop)](https://github.com/Champii/Rock/actions/workflows/rust.yml)
3+
[![Rust](https://github.com/Champii/Rock/actions/workflows/rust.yml/badge.svg?branch=main)](https://github.com/Champii/Rock/actions/workflows/rust.yml)
44

55
Little toy language made with Rust and LLVM.
66
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
4040

4141
Linux x86_64 only
4242

43-
[Rock v0.1.7-develop](https://github.com/Champii/Rock/releases/download/v0.1.7-develop/rock) (Tested on arch, btw)
43+
[Rock v0.1.7](https://github.com/Champii/Rock/releases/download/v0.1.7/rock) (Tested on arch, btw)
4444

4545
``` sh
46-
wget https://github.com/Champii/Rock/releases/download/v0.1.7-develop/rock
46+
wget https://github.com/Champii/Rock/releases/download/v0.1.7/rock
4747
chmod +x rock
4848
./rock -V
4949
```
@@ -121,7 +121,7 @@ rock --repl
121121
```
122122

123123
``` sh
124-
Rock: v0.1.7-develop
124+
Rock: v0.1.7
125125
----
126126

127127
Type ':?' for help

0 commit comments

Comments
 (0)