diff --git a/CHANGES.txt b/CHANGES.txt index 2f516ba..9922065 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,6 @@ +0.2.2 - April 3, 2024 +• Expose a few functions to public use. + 0.2.1 - April 3, 2024 • Add a method to delete a log file. diff --git a/build.gradle.kts b/build.gradle.kts index a59d09e..d39ac7c 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -18,7 +18,7 @@ */ rootProject.group = "com.airthings.lib" -rootProject.version = "0.2.1" +rootProject.version = "0.2.2" buildscript { repositories {