From 64d40c6ab32907a766bb51840245f6f643df8d36 Mon Sep 17 00:00:00 2001 From: Teruki TADA Date: Thu, 25 Jan 2024 00:38:04 +0900 Subject: [PATCH] v0.1.3 --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 21ef160..952fb1e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fastlem" -version = "0.1.2" +version = "0.1.3" edition = "2021" license = "MPL-2.0" description = "A Rust library for generating procedural terrains based on simplified landscape evolution model (LEM)" diff --git a/README.md b/README.md index 00a54ac..7efae7c 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ The **[fastlem web simulator](https://fastlem.peruki.dev/)** is available to try ``` [dependencies] -fastlem = "0.1.2" +fastlem = "0.1.3" ``` ## About the simulation