Skip to content

Commit

Permalink
v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Champii committed Jun 9, 2022
1 parent 4d80ba4 commit 2ba920f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 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 = "rock"
version = "0.2.4"
version = "0.3.0"
authors = ["champii <contact@champii>"]
edition = "2018"

Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Rock v0.2.4
# Rock v0.3.0

[![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=master)](https://github.com/Champii/Rock/actions/workflows/rust.yml)

Little language made with Rust and LLVM.

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

## Index

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

Linux x86_64 only

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

``` sh
wget https://github.com/Champii/Rock/releases/download/v0.2.4/rock
wget https://github.com/Champii/Rock/releases/download/v0.3.0/rock
chmod +x rock
./rock -V
```
Expand Down Expand Up @@ -308,7 +308,7 @@ rock --repl
```

``` sh
Rock: v0.2.4
Rock: v0.3.0
----

Type ':?' for help
Expand Down

0 comments on commit 2ba920f

Please sign in to comment.