Skip to content

Commit

Permalink
Release 0.34.2
Browse files Browse the repository at this point in the history
  • Loading branch information
joepio committed Mar 4, 2023
1 parent 7528337 commit b9e0e89
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ license = "MIT"
name = "atomic-cli"
readme = "README.md"
repository = "https://github.com/atomicdata-dev/atomic-data-rust"
version = "0.34.0"
version = "0.34.2"

[dependencies]
atomic_lib = {version = "0.34.0", path = "../lib", features = ["config", "rdf"]}
Expand Down
2 changes: 1 addition & 1 deletion desktop/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
license = "MIT"
name = "atomic-server-tauri"
repository = "https://github.com/atomicdata-dev/atomic-data-rust"
version = "0.34.0"
version = "0.34.2"

[build-dependencies]
[build-dependencies.tauri-build]
Expand Down
2 changes: 1 addition & 1 deletion desktop/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"package": {
"productName": "Atomic Server",
"version": "0.34.1"
"version": "0.34.2"
},
"build": {
"distDir": "dist",
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/atomicdata-dev/atomic-data-rust"
version = "0.34.1"
version = "0.34.2"

# Enables benchmarks to use the features, such as Db
[[bench]]
Expand Down
2 changes: 1 addition & 1 deletion server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
license = "MIT"
name = "atomic-server"
repository = "https://github.com/atomicdata-dev/atomic-data-rust"
version = "0.34.1"
version = "0.34.2"
[[bin]]
name = "atomic-server"
path = "src/bin.rs"
Expand Down

0 comments on commit b9e0e89

Please sign in to comment.