diff --git a/pom.xml b/pom.xml index 90aecfc..1309b6c 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ de.maxhenkel.lame4j lame4j - 2.0.1 + 2.0.2 Lame Wrapper for Java https://maxhenkel.de diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 5daf914..c2041ee 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lame4j" -version = "2.0.0" +version = "2.0.2" edition = "2021" [dependencies]