Skip to content

Commit 29b5275

Browse files
committed
Bump version for release
1 parent 9b97dcd commit 29b5275

File tree

3 files changed

+6
-6
lines changed

3 files changed

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

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Rock v0.3.1
1+
# Rock v0.4.0
22

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

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

1212
## Index
1313

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

5656
Linux x86_64 only
5757

58-
[Rock v0.3.1](https://github.com/Champii/Rock/releases/download/v0.3.1/rock) (Tested on arch, btw)
58+
[Rock v0.4.0](https://github.com/Champii/Rock/releases/download/v0.4.0/rock) (Tested on arch, btw)
5959

6060
``` sh
61-
wget https://github.com/Champii/Rock/releases/download/v0.3.1/rock
61+
wget https://github.com/Champii/Rock/releases/download/v0.4.0/rock
6262
chmod +x rock
6363
./rock -V
6464
```

0 commit comments

Comments
 (0)