version bump

This commit is contained in:
John Smith 2023-07-17 17:53:42 -04:00
parent 5a0ff4dee0
commit fff6742c6f
9 changed files with 10 additions and 10 deletions

View File

@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.1
current_version = 0.1.2
[bumpversion:file:veilid-server/Cargo.toml]
search = version = "{current_version}"

View File

@ -1,6 +1,6 @@
[package]
name = "veilid-cli"
version = "0.1.1"
version = "0.1.2"
authors = ["John Smith <jsmith@example.com>"]
edition = "2021"
license = "LGPL-2.0-or-later OR MPL-2.0 OR (MIT AND BSD-3-Clause)"
@ -46,7 +46,7 @@ json = "^0"
stop-token = { version = "^0", default-features = false }
flume = { version = "^0", features = ["async"] }
data-encoding = { version = "^2" }
indent = { version = "0.1.1" }
indent = { version = "0.1.2" }
[dev-dependencies]
serial_test = "^0"

View File

@ -1,6 +1,6 @@
[package]
name = "veilid-core"
version = "0.1.1"
version = "0.1.2"
authors = ["John Smith <nobody@example.com>"]
edition = "2021"
build = "build.rs"

View File

@ -1,6 +1,6 @@
name: veilid
description: Veilid Network
version: 0.1.1
version: 0.1.2
homepage: https://veilid.com
publish_to: "none" # Remove this line if you wish to publish to pub.dev

View File

@ -1,6 +1,6 @@
[package]
name = "veilid-flutter"
version = "0.1.1"
version = "0.1.2"
edition = "2021"
[lib]

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "veilid"
version = "0.1.1"
version = "0.1.2"
description = ""
authors = ["Veilid Team <contact@veilid.com>"]
readme = "README.md"

View File

@ -1,6 +1,6 @@
[package]
name = "veilid-server"
version = "0.1.1"
version = "0.1.2"
authors = ["John Smith <jsmith@example.com>"]
edition = "2021"
license = "LGPL-2.0-or-later OR MPL-2.0 OR (MIT AND BSD-3-Clause)"

View File

@ -1,6 +1,6 @@
[package]
name = "veilid-tools"
version = "0.1.1"
version = "0.1.2"
authors = ["John Smith <nobody@example.com>"]
edition = "2021"
license = "LGPL-2.0-or-later OR MPL-2.0 OR (MIT AND BSD-3-Clause)"

View File

@ -1,6 +1,6 @@
[package]
name = "veilid-wasm"
version = "0.1.1"
version = "0.1.2"
authors = ["John Smith <jsmith@example.com>"]
edition = "2021"
license = "LGPL-2.0-or-later OR MPL-2.0 OR (MIT AND BSD-3-Clause)"