Bump the version to 0.2.4

This commit is contained in:
Paul van Tilburg 2022-07-05 14:42:51 +02:00
parent 712b3a9acf
commit 2e999f5a78
Signed by: paul
GPG Key ID: C6DE073EDA9EEC4D
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -2124,7 +2124,7 @@ dependencies = [
[[package]]
name = "sinoptik"
version = "0.2.3"
version = "0.2.4"
dependencies = [
"assert_float_eq",
"assert_matches",

View File

@ -1,6 +1,6 @@
[package]
name = "sinoptik"
version = "0.2.3"
version = "0.2.4"
authors = [
"Admar Schoonen <admar@luon.net",
"Paul van Tilburg <paul@luon.net>"