Skip to content

Commit

Permalink
Bump versions to 0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
joepio committed Oct 30, 2020
1 parent f5af9d6 commit 9471ae5
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 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 cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "atomic-cli"
version = "0.14.0"
version = "0.15.0"
authors = ["Joep Meindertsma <joep@argu.co>"]
edition = "2018"
license = "MIT"
Expand All @@ -11,9 +11,9 @@ repository = "https://github.com/joepio/atomic"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
atomic_lib = { version = "0.15.0", path = "../lib", features = ["db", "rdf"] }
promptly = "0.3.0"
clap = "2.33.1"
colored = "1.9.3"
atomic_lib = { version = "0.14.0", path = "../lib", features = ["db", "rdf"] }
dirs = "3.0.1"
regex = "1.3.9"
2 changes: 1 addition & 1 deletion cli/wapm.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "atomic"
version = "0.14.0"
version = "0.15.0"
description = "Create, share, fetch and model linked Atomic Data!"
license = "MIT"
repository = "https://github.com/joepio/atomic"
Expand Down
2 changes: 1 addition & 1 deletion lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "atomic_lib"
version = "0.14.0"
version = "0.15.0"
authors = ["Joep Meindertsma <joep@argu.co>"]
edition = "2018"
license = "MIT"
Expand Down
4 changes: 2 additions & 2 deletions server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "atomic-server"
description = "Create, share and standardize linked atomic data!"
version = "0.13.0"
version = "0.15.0"
authors = ["Joep Meindertsma <joep@ontola.io>"]
edition = "2018"
license = "MIT"
Expand All @@ -11,7 +11,7 @@ repository = "https://github.com/joepio/atomic-cli"

[dependencies]
# When publishing to cargo this needs to be set, but it needs to be absent when building docker file
atomic_lib = { version = "0.14.0", path = "../lib", features = ["db", "rdf"] }
atomic_lib = { version = "0.15.0", path = "../lib", features = ["db", "rdf"] }
serde_json = "1.0.56"
serde = { version = "1.0.114", features = ["derive"] }
uuid = {version = "0.8.1", features = ["v4"]}
Expand Down

0 comments on commit 9471ae5

Please sign in to comment.