Skip to content
This repository was archived by the owner on Jun 5, 2025. It is now read-only.

Commit e6a8717

Browse files
committed
v0.1.4
1 parent bc9b502 commit e6a8717

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "fastlem"
3-
version = "0.1.3"
3+
version = "0.1.4"
44
edition = "2021"
55
license = "MPL-2.0"
66
description = "A Rust library for generating procedural terrains based on simplified landscape evolution model (LEM)"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The **[fastlem web simulator](https://fastlem.peruki.dev/)** is available to try
2323
2424
```
2525
[dependencies]
26-
fastlem = "0.1.3"
26+
fastlem = "0.1.4"
2727
```
2828

2929
## About the simulation

0 commit comments

Comments
 (0)