Skip to content

Commit

Permalink
8/30/22 3:10 PM
Browse files Browse the repository at this point in the history
 - updated version to 1.0.0
  • Loading branch information
eboatwright committed Aug 30, 2022
1 parent abf71e7 commit 8cc837b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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 = "verlet_integration"
version = "0.1.0"
version = "1.0.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ pub const PHYSICS_SUBSTEPS: usize = 4;

fn window_conf() -> Conf {
Conf {
window_title: "Verlet Integration Physics".to_string(),
window_title: "Verlet Integration Physics ~ v1.0.0".to_string(),
window_width: WINDOW_WIDTH as i32,
window_height: WINDOW_HEIGHT as i32,
..Default::default()
Expand Down

0 comments on commit 8cc837b

Please sign in to comment.