Skip to content

Commit

Permalink
Generated files for new version
Browse files Browse the repository at this point in the history
  • Loading branch information
Champii committed Apr 19, 2022
1 parent 765495e commit 204fc24
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
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.1.8-develop"
version = "0.2.0-develop"
authors = ["champii <contact@champii>"]
edition = "2018"

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Rock v0.1.8-develop
# Rock v0.2.0-develop

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

Expand Down Expand Up @@ -45,10 +45,10 @@ You will need `clang` somewhere in your $PATH

Linux x86_64 only

[Rock v0.1.8-develop](https://github.com/Champii/Rock/releases/download/v0.1.8-develop/rock) (Tested on arch, btw)
[Rock v0.2.0-develop](https://github.com/Champii/Rock/releases/download/v0.2.0-develop/rock) (Tested on arch, btw)

``` sh
wget https://github.com/Champii/Rock/releases/download/v0.1.8-develop/rock
wget https://github.com/Champii/Rock/releases/download/v0.2.0-develop/rock
chmod +x rock
./rock -V
```
Expand Down Expand Up @@ -250,7 +250,7 @@ rock --repl
```

``` sh
Rock: v0.1.8-develop
Rock: v0.2.0-develop
----

Type ':?' for help
Expand Down

0 comments on commit 204fc24

Please sign in to comment.