diff --git a/Cargo.toml b/Cargo.toml index f81bb81..0a98a8b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zwus" -version = "0.1.1" +version = "0.1.2" edition = "2021" rust-version = "1.70" description = "Zero Width Unicode Steganography — hide text in invisible characters." diff --git a/README.md b/README.md index b4664c9..6bd6f23 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,6 @@ Zero Width Unicode Steganography — hide text inside invisible characters. -## Browser Extension - -Use ZWUS in your browser with [inØsight](https://github.com/inzerosight/inzerosight): [Firefox Add-on](https://addons.mozilla.org/en-US/firefox/addon/in0sight/) · [Chrome Web Store](https://chromewebstore.google.com/detail/acnmohbphjmnbaboacmecidopeplkhog) - ```toml [dependencies] zwus = "0.1" @@ -71,3 +67,7 @@ Encoded output is byte-identical to the [npm package](https://www.npmjs.com/pack ## License [WTFPL](LICENSE) + +## Browser Extension + +You can also use ZWUS in your browser with [inØsight](https://github.com/inzerosight/inzerosight): [Firefox Add-on](https://addons.mozilla.org/en-US/firefox/addon/in0sight/) · [Chrome Web Store](https://chromewebstore.google.com/detail/acnmohbphjmnbaboacmecidopeplkhog)