From fff6742c6f4f4420103ac81fd3dfbc5bac57361a Mon Sep 17 00:00:00 2001 From: John Smith Date: Mon, 17 Jul 2023 17:53:42 -0400 Subject: [PATCH] version bump --- .bumpversion.cfg | 2 +- veilid-cli/Cargo.toml | 4 ++-- veilid-core/Cargo.toml | 2 +- veilid-flutter/pubspec.yaml | 2 +- veilid-flutter/rust/Cargo.toml | 2 +- veilid-python/pyproject.toml | 2 +- veilid-server/Cargo.toml | 2 +- veilid-tools/Cargo.toml | 2 +- veilid-wasm/Cargo.toml | 2 +- 9 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 16ad022b..e3aa59ac 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -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}" diff --git a/veilid-cli/Cargo.toml b/veilid-cli/Cargo.toml index 1b8c3c52..673b3a04 100644 --- a/veilid-cli/Cargo.toml +++ b/veilid-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "veilid-cli" -version = "0.1.1" +version = "0.1.2" authors = ["John Smith "] 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" diff --git a/veilid-core/Cargo.toml b/veilid-core/Cargo.toml index bc2380c4..b3dc2f46 100644 --- a/veilid-core/Cargo.toml +++ b/veilid-core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "veilid-core" -version = "0.1.1" +version = "0.1.2" authors = ["John Smith "] edition = "2021" build = "build.rs" diff --git a/veilid-flutter/pubspec.yaml b/veilid-flutter/pubspec.yaml index a7611f81..44f835da 100644 --- a/veilid-flutter/pubspec.yaml +++ b/veilid-flutter/pubspec.yaml @@ -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 diff --git a/veilid-flutter/rust/Cargo.toml b/veilid-flutter/rust/Cargo.toml index 3c4acd8c..4ea4400d 100644 --- a/veilid-flutter/rust/Cargo.toml +++ b/veilid-flutter/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "veilid-flutter" -version = "0.1.1" +version = "0.1.2" edition = "2021" [lib] diff --git a/veilid-python/pyproject.toml b/veilid-python/pyproject.toml index 8f193362..7ba6625f 100644 --- a/veilid-python/pyproject.toml +++ b/veilid-python/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "veilid" -version = "0.1.1" +version = "0.1.2" description = "" authors = ["Veilid Team "] readme = "README.md" diff --git a/veilid-server/Cargo.toml b/veilid-server/Cargo.toml index 619adda2..06580aab 100644 --- a/veilid-server/Cargo.toml +++ b/veilid-server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "veilid-server" -version = "0.1.1" +version = "0.1.2" authors = ["John Smith "] edition = "2021" license = "LGPL-2.0-or-later OR MPL-2.0 OR (MIT AND BSD-3-Clause)" diff --git a/veilid-tools/Cargo.toml b/veilid-tools/Cargo.toml index 0232e04d..50ab5223 100644 --- a/veilid-tools/Cargo.toml +++ b/veilid-tools/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "veilid-tools" -version = "0.1.1" +version = "0.1.2" authors = ["John Smith "] edition = "2021" license = "LGPL-2.0-or-later OR MPL-2.0 OR (MIT AND BSD-3-Clause)" diff --git a/veilid-wasm/Cargo.toml b/veilid-wasm/Cargo.toml index 757e93f2..511d309f 100644 --- a/veilid-wasm/Cargo.toml +++ b/veilid-wasm/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "veilid-wasm" -version = "0.1.1" +version = "0.1.2" authors = ["John Smith "] edition = "2021" license = "LGPL-2.0-or-later OR MPL-2.0 OR (MIT AND BSD-3-Clause)"