Skip to content

Commit

Permalink
update version to 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
flomonster committed Mar 20, 2021
1 parent ab9f3ae commit ac5583a
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 = "0.1.1"
version = "0.1.2"
authors = ["Florian Amsallem <[email protected]>"]
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="0.1.1"
kdtree-ray="0.1.2"
```

### 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="0.1.1"
//! kdtree-ray="0.1.2"
//! ```
//!
//! # Usage & Tips
Expand Down

0 comments on commit ac5583a

Please sign in to comment.