Skip to content

Commit 0f6ee06

Browse files
Update Version
1 parent 959cd5c commit 0f6ee06

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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 = "particles"
3-
version = "0.1.0"
3+
version = "1.1.0"
44
edition = "2021"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

src/main.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ use std::ffi::CString;
77

88
#[derive(Parser)]
99
#[clap(
10-
version = "1.0",
10+
version = "1.1",
1111
author = "Lucas Linhares",
1212
about = r#"Raylib Particle Attraction/Repulsion
1313
Keybindings:

0 commit comments

Comments
 (0)