-
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
6 additions
and
9 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
name = "stegano-cli" | ||
description = "Hiding secret data with steganography in PNG images and WAV audio files" | ||
version = "0.4.8" | ||
version = "0.4.9" | ||
authors = ["Sven Assmann <[email protected]>"] | ||
edition = "2018" | ||
license = "GPL-3.0-only" | ||
|
@@ -17,7 +17,7 @@ travis-ci = { repository = "steganogram/stegano-rs", branch = "main" } | |
maintenance = { status = "actively-developed" } | ||
|
||
[dependencies] | ||
stegano-core = { path = "../stegano-core", version = "0.4.8" } | ||
stegano-core = { path = "../stegano-core", version = "0.4.9" } | ||
#stegano-core = "0.4.5" | ||
clap = "2.33" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
name = "stegano-core" | ||
description = "Steganography core library for stegano-cli. Supports hiding data in PNG images via LSB Encoding." | ||
version = "0.4.8" | ||
version = "0.4.9" | ||
authors = ["Sven Assmann <[email protected]>"] | ||
edition = "2018" | ||
license = "GPL-3.0-only" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters