diff --git a/Cargo.lock b/Cargo.lock index dd43483..4a34de9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -135,7 +135,7 @@ checksum = "dbb5fb1acd8a1a18b3dd5be62d25485eb770e05afb408a9627d14d451bae12da" [[package]] name = "semverator" -version = "0.5.0" +version = "0.5.1" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 016751a..85d6ac6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "semverator" -version = "0.5.0" +version = "0.5.1" edition = "2021" license = "Apache-2.0" readme = "README.md" -description = "A command line tool for working with semantic versioning (tea.xyz implementation)" +description = "A command line tool for working with semantic versioning (libpkgx implementation)" homepage = "https://github.com/jhheider/semverator" repository = "https://github.com/jhheider/semverator" -keywords = ["semver", "semantic", "versioning", "teaxyz"] +keywords = ["semver", "semantic", "versioning", "pkgx"] categories = ["command-line-utilities"] [dependencies] diff --git a/README.md b/README.md index 7f0beb5..b037688 100644 --- a/README.md +++ b/README.md @@ -5,13 +5,13 @@ # semverator -Pure rust implementation of [teaxyz/lib:semver.ts](https://github.com/teaxyz/lib/blob/main/src/utils/semver.ts) +Pure rust implementation of [libpkgx:utils/semver.ts](https://github.com/pkgxdev/libpkgx/blob/main/src/utils/semver.ts) for command-line usage. ## Install -`cargo install semverator` or, for [tea](https://tea.xyz) users, -`tea +crates.io/semverator true`. +`cargo install semverator` or, for [pkgx](https://pkgx.dev) users, +`pkgx +crates.io/semverator`. ## Usage @@ -19,7 +19,7 @@ Well, thanks to [clap](https://github.com/clap-rs/clap), the help system flows nicely from the implementation: ```sh -A command line tool for working with semantic versioning (tea.xyz implementation) +A command line tool for working with semantic versioning (libpkgx implementation) Usage: semverator @@ -38,4 +38,4 @@ Commands: Options: -h, --help Print help -V, --version Print version - ``` +```