Skip to content

Commit 2ba920f

Browse files
committed
v0.3.0
1 parent 4d80ba4 commit 2ba920f

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
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.2.4"
3+
version = "0.3.0"
44
authors = ["champii <contact@champii>"]
55
edition = "2018"
66

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Rock v0.2.4
1+
# Rock v0.3.0
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=master)](https://github.com/Champii/Rock/actions/workflows/rust.yml)
44

55
Little language made with Rust and LLVM.
66

@@ -11,7 +11,7 @@ No to be taken seriously (yet)
1111

1212
## Index
1313

14-
- [Rock v0.2.4](#rock-v0.2.4)
14+
- [Rock v0.3.0](#rock-v0.3.0)
1515
- [Index](#index)
1616
- [Features](#features)
1717
- [Install](#install)
@@ -57,10 +57,10 @@ You will need `clang` somewhere in your $PATH
5757

5858
Linux x86_64 only
5959

60-
[Rock v0.2.4](https://github.com/Champii/Rock/releases/download/v0.2.4/rock) (Tested on arch, btw)
60+
[Rock v0.3.0](https://github.com/Champii/Rock/releases/download/v0.3.0/rock) (Tested on arch, btw)
6161

6262
``` sh
63-
wget https://github.com/Champii/Rock/releases/download/v0.2.4/rock
63+
wget https://github.com/Champii/Rock/releases/download/v0.3.0/rock
6464
chmod +x rock
6565
./rock -V
6666
```
@@ -308,7 +308,7 @@ rock --repl
308308
```
309309

310310
``` sh
311-
Rock: v0.2.4
311+
Rock: v0.3.0
312312
----
313313

314314
Type ':?' for help

0 commit comments

Comments
 (0)