Skip to content

Commit

Permalink
Bump versions to 23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joepio committed Mar 27, 2021
1 parent 6a71e7c commit 8ca0c5f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 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
Expand Up @@ -6,10 +6,10 @@ license = "MIT"
name = "atomic-cli"
readme = "README.md"
repository = "https://github.com/joepio/atomic"
version = "0.22.1"
version = "0.23.0"

[dependencies]
atomic_lib = {version = "0.22.0", path = "../lib", features = ["config", "db", "rdf"]}
atomic_lib = {version = "0.23.0", path = "../lib", features = ["config", "db", "rdf"]}
clap = "2.33.3"
colored = "2.0.0"
dirs = "3.0.1"
Expand Down
2 changes: 1 addition & 1 deletion lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ license = "MIT"
name = "atomic_lib"
readme = "README.md"
repository = "https://github.com/joepio/atomic"
version = "0.22.3"
version = "0.23.0"

[dependencies]
base64 = "0.13.0"
Expand Down
4 changes: 2 additions & 2 deletions server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[package]
name = "atomic-server"
description = "Create, share and standardize linked atomic data!"
version = "0.23.0"
version = "0.23.1"
authors = ["Joep Meindertsma <joep@ontola.io>"]
edition = "2018"
license = "MIT"
repository = "https://github.com/joepio/atomic-cli"

[dependencies]
atomic_lib = { version = "0.22.0", path = "../lib", features = ["config", "db", "rdf"] }
atomic_lib = { version = "0.23.0", path = "../lib", features = ["config", "db", "rdf"] }
acme-lib = "0.8.1"
actix-files = "0.5.0"
actix-rt = "1.1.1"
Expand Down

0 comments on commit 8ca0c5f

Please sign in to comment.