diff --git a/Cargo.toml b/Cargo.toml index 35c14009f..a5f504297 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "pica" -version = "0.10.0" -authors = ["Nico Wagner "] +version = "0.11.0" +authors = ["Nico Wagner "] edition = "2021" license = "MIT OR Unlicense" default-run = "pica" diff --git a/README.md b/README.md index c02ed3f8d..133053567 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ this project from source Rust 1.58.1 or newer is required. To install the latest stable release: ```bash -$ cargo install --git https://github.com/deutsche-nationalbibliothek/pica-rs --tag v0.10.0 pica +$ cargo install --git https://github.com/deutsche-nationalbibliothek/pica-rs --tag v0.11.0 pica ``` ## Commands diff --git a/docs/book/src/de/guide/installation.md b/docs/book/src/de/guide/installation.md index 7f7ba0d6d..d2bf0fe92 100644 --- a/docs/book/src/de/guide/installation.md +++ b/docs/book/src/de/guide/installation.md @@ -75,9 +75,9 @@ Wenn die Quelle nicht benötigt werden, kann das Projekt auch direkt über den P $ cargo install --git https://github.com/deutsche-nationalbibliothek/pica-rs \ --branch main pica -# Installation der Version 0.10.0 +# Installation der Version 0.11.0 $ cargo install --git https://github.com/deutsche-nationalbibliothek/pica-rs \ - --tag v0.10.0 pica + --tag v0.11.0 pica # Installation des Entwicklungszweigs "feat1" $ cargo install --git https://github.com/deutsche-nationalbibliothek/pica-rs \