Skip to content

Commit

Permalink
bump version to 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
flomonster committed Nov 4, 2023
1 parent 315b509 commit fe8ba0f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 = "kdtree-ray"
version = "1.2.0"
version = "1.2.1"
authors = ["Florian Amsallem <florian.amsallem@epita.fr>"]
description = "Fast Kdtree implementation for raytracer"
documentation = "https://docs.rs/kdtree-ray"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ To install it, just add the dependency in your `Cargo.toml`.

```toml
[dependencies]
kdtree-ray="1.2.0"
kdtree-ray="1.2.1"
```

### Usage
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
//!
//! ```toml
//! [dependencies]
//! kdtree-ray="1.2.0"
//! kdtree-ray="1.2.1"
//! ```
//!
//! # Usage & Tips
Expand Down

0 comments on commit fe8ba0f

Please sign in to comment.