Bump the version to 0.2.2

This commit is contained in:
Paul van Tilburg 2022-05-10 14:58:21 +02:00
parent ac653ef0c9
commit f0cc54f074
Signed by: paul
GPG Key ID: C6DE073EDA9EEC4D
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -2218,7 +2218,7 @@ dependencies = [
[[package]]
name = "sinoptik"
version = "0.2.1"
version = "0.2.2"
dependencies = [
"assert_float_eq",
"assert_matches",

View File

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