Skip to content

Commit

Permalink
Release v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kpcyrd committed Nov 11, 2018
1 parent 1d78a69 commit 4b17db9
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 21 deletions.
32 changes: 16 additions & 16 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sn0int"
version = "0.3.0"
version = "0.4.0"
description = "OSINT framework and package manager"
authors = ["kpcyrd <[email protected]>"]
license = "GPL-3.0"
Expand All @@ -16,7 +16,7 @@ members = ["sn0int-registry/sn0int-common",
"sn0int-registry"]

[dependencies]
sn0int-common = { version="0.2.0", path="sn0int-registry/sn0int-common" }
sn0int-common = { version="0.3.0", path="sn0int-registry/sn0int-common" }
rustyline = "2"
log = "0.4"
env_logger = "0.5"
Expand Down
4 changes: 2 additions & 2 deletions sn0int-registry/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[package]
name = "sn0int-registry"
version = "0.3.0"
version = "0.4.0"
description = "sn0int registry"
authors = ["kpcyrd <[email protected]>"]
license = "GPL-3.0"
repository = "https://github.com/kpcyrd/sn0int"

[dependencies]
sn0int-common = { version="0.2.0", path="sn0int-common" }
sn0int-common = { version="0.3.0", path="sn0int-common" }
rocket = "0.3.16"
rocket_codegen = "0.3.16"
rocket_contrib = { version = "0.3.16", features = ["handlebars_templates"] }
Expand Down
2 changes: 1 addition & 1 deletion sn0int-registry/sn0int-common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sn0int-common"
version = "0.2.0"
version = "0.3.0"
description = "Common code for sn0int"
authors = ["kpcyrd <[email protected]>"]
license = "GPL-3.0"
Expand Down

0 comments on commit 4b17db9

Please sign in to comment.