diff options
-rw-r--r-- | CHANGELOG.md | 4 | ||||
-rw-r--r-- | README.md | 5 | ||||
-rw-r--r-- | source/benoit/benoit.rs | 2 |
3 files changed, 7 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 292c4c7..92142bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 1.2.1 + +* Fix readme + # 1.2.0 * Bump minor version @@ -24,9 +24,8 @@ Benoit makes use of the following external libraries: Benoit is officially hosted on the following mirrors: * [mandelbrot.dk](https://mandelbrot.dk/benoit) ---- -* [mandelbrot.dk](https://mandelbrot.dk/benoit) -* [mandelbrot.dk](https://mandelbrot.dk/benoit) +* [GitLab](https://gitlab.com/bjoernager/benoit) +* [GitHub](https://github.com/bjoernager/benoit) # Copyright & License diff --git a/source/benoit/benoit.rs b/source/benoit/benoit.rs index da40689..df2d104 100644 --- a/source/benoit/benoit.rs +++ b/source/benoit/benoit.rs @@ -41,7 +41,7 @@ pub struct Version<T> { pub const VERSION: Version::<u32> = Version::<u32> { major: 0x1, minor: 0x2, - patch: 0x0, + patch: 0x1, }; pub const PRECISION: u32 = 0x80; |