diff --git a/Cargo.lock b/Cargo.lock index 2e21742..8bbf2c1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1622,7 +1622,7 @@ checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" [[package]] name = "senc" -version = "0.0.9" +version = "0.0.10" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index abadee1..8317b00 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] # NOTE: The version is maintained in the release branch only, through semantic-release. name = "senc" -version = "0.0.9" +version = "0.0.10" edition = "2021" build = "build.rs" diff --git a/packages/types/package.json b/packages/types/package.json index e830d47..a9d12bf 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@fensak-io/senc-types", - "version": "0.0.9", + "version": "0.0.10", "author": "Fensak, LLC (https://fensak.io)", "license": "MPL-2.0", "description": "Core type definitions for senc.",