diff --git a/Cargo.lock b/Cargo.lock index 35b46c5..cd300e6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -61,7 +61,7 @@ checksum = "2ff06a6505cde0766484f38d8479ac8e6d31c66fbc2d5492f65ca8c091456379" [[package]] name = "osakit" -version = "0.2.0" +version = "0.2.1" dependencies = [ "icrate", "serde", diff --git a/Cargo.toml b/Cargo.toml index 42ceaac..f34b5ff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "osakit" -version = "0.2.0" +version = "0.2.1" edition = "2021" authors = ["Marat Dulin "] description = "OSAKit macOS Framework adapted for Rust" diff --git a/README.md b/README.md index 2536b9f..0e593c9 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ macro or `"stable"` feature to only include stable API. ```toml [dependencies] -osakit = { version = "0.1.0", features = ["full"] } +osakit = { version = "0.2", features = ["full"] } ``` ## Example using `declare_script`