version bump
This commit is contained in:
parent
5a0ff4dee0
commit
fff6742c6f
@ -1,5 +1,5 @@
|
|||||||
[bumpversion]
|
[bumpversion]
|
||||||
current_version = 0.1.1
|
current_version = 0.1.2
|
||||||
|
|
||||||
[bumpversion:file:veilid-server/Cargo.toml]
|
[bumpversion:file:veilid-server/Cargo.toml]
|
||||||
search = version = "{current_version}"
|
search = version = "{current_version}"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "veilid-cli"
|
name = "veilid-cli"
|
||||||
version = "0.1.1"
|
version = "0.1.2"
|
||||||
authors = ["John Smith <jsmith@example.com>"]
|
authors = ["John Smith <jsmith@example.com>"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
license = "LGPL-2.0-or-later OR MPL-2.0 OR (MIT AND BSD-3-Clause)"
|
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 }
|
stop-token = { version = "^0", default-features = false }
|
||||||
flume = { version = "^0", features = ["async"] }
|
flume = { version = "^0", features = ["async"] }
|
||||||
data-encoding = { version = "^2" }
|
data-encoding = { version = "^2" }
|
||||||
indent = { version = "0.1.1" }
|
indent = { version = "0.1.2" }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
serial_test = "^0"
|
serial_test = "^0"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "veilid-core"
|
name = "veilid-core"
|
||||||
version = "0.1.1"
|
version = "0.1.2"
|
||||||
authors = ["John Smith <nobody@example.com>"]
|
authors = ["John Smith <nobody@example.com>"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
build = "build.rs"
|
build = "build.rs"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
name: veilid
|
name: veilid
|
||||||
description: Veilid Network
|
description: Veilid Network
|
||||||
version: 0.1.1
|
version: 0.1.2
|
||||||
homepage: https://veilid.com
|
homepage: https://veilid.com
|
||||||
publish_to: "none" # Remove this line if you wish to publish to pub.dev
|
publish_to: "none" # Remove this line if you wish to publish to pub.dev
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "veilid-flutter"
|
name = "veilid-flutter"
|
||||||
version = "0.1.1"
|
version = "0.1.2"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "veilid"
|
name = "veilid"
|
||||||
version = "0.1.1"
|
version = "0.1.2"
|
||||||
description = ""
|
description = ""
|
||||||
authors = ["Veilid Team <contact@veilid.com>"]
|
authors = ["Veilid Team <contact@veilid.com>"]
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "veilid-server"
|
name = "veilid-server"
|
||||||
version = "0.1.1"
|
version = "0.1.2"
|
||||||
authors = ["John Smith <jsmith@example.com>"]
|
authors = ["John Smith <jsmith@example.com>"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
license = "LGPL-2.0-or-later OR MPL-2.0 OR (MIT AND BSD-3-Clause)"
|
license = "LGPL-2.0-or-later OR MPL-2.0 OR (MIT AND BSD-3-Clause)"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "veilid-tools"
|
name = "veilid-tools"
|
||||||
version = "0.1.1"
|
version = "0.1.2"
|
||||||
authors = ["John Smith <nobody@example.com>"]
|
authors = ["John Smith <nobody@example.com>"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
license = "LGPL-2.0-or-later OR MPL-2.0 OR (MIT AND BSD-3-Clause)"
|
license = "LGPL-2.0-or-later OR MPL-2.0 OR (MIT AND BSD-3-Clause)"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "veilid-wasm"
|
name = "veilid-wasm"
|
||||||
version = "0.1.1"
|
version = "0.1.2"
|
||||||
authors = ["John Smith <jsmith@example.com>"]
|
authors = ["John Smith <jsmith@example.com>"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
license = "LGPL-2.0-or-later OR MPL-2.0 OR (MIT AND BSD-3-Clause)"
|
license = "LGPL-2.0-or-later OR MPL-2.0 OR (MIT AND BSD-3-Clause)"
|
||||||
|
Loading…
Reference in New Issue
Block a user