From 04c26e48f0237b82d62d1cf671093762b74df957 Mon Sep 17 00:00:00 2001 From: TC Johnson Date: Fri, 18 Aug 2023 20:27:01 -0500 Subject: [PATCH] =?UTF-8?q?'Version=20update:=200.1.7=20=E2=86=92=200.1.8'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- veilid-cli/Cargo.toml | 2 +- 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, 9 insertions(+), 9 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 75f7ef17..27e5f1fe 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.7 +current_version = 0.1.8 tag = True commit = True message = 'Version update: {current_version} → {new_version}' diff --git a/veilid-cli/Cargo.toml b/veilid-cli/Cargo.toml index 7c046997..96c8dd92 100644 --- a/veilid-cli/Cargo.toml +++ b/veilid-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "veilid-cli" -version = "0.1.7" +version = "0.1.8" authors = ["Veilid Team "] edition = "2021" license = "MPL-2.0" diff --git a/veilid-core/Cargo.toml b/veilid-core/Cargo.toml index 9309923c..e7651ac0 100644 --- a/veilid-core/Cargo.toml +++ b/veilid-core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "veilid-core" -version = "0.1.7" +version = "0.1.8" authors = ["Veilid Team "] edition = "2021" build = "build.rs" diff --git a/veilid-flutter/pubspec.yaml b/veilid-flutter/pubspec.yaml index d3dc3ab4..452c9ba8 100644 --- a/veilid-flutter/pubspec.yaml +++ b/veilid-flutter/pubspec.yaml @@ -1,5 +1,5 @@ name: veilid -version: 0.1.7 +version: 0.1.8 description: Veilid Framework 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 b623fa93..d01f3a0c 100644 --- a/veilid-flutter/rust/Cargo.toml +++ b/veilid-flutter/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "veilid-flutter" -version = "0.1.7" +version = "0.1.8" authors = ["Veilid Team "] license = "MPL-2.0" edition = "2021" diff --git a/veilid-python/pyproject.toml b/veilid-python/pyproject.toml index 04d420aa..4a73995b 100644 --- a/veilid-python/pyproject.toml +++ b/veilid-python/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "veilid" -version = "0.1.7" +version = "0.1.8" description = "" authors = ["Veilid Team "] readme = "README.md" diff --git a/veilid-server/Cargo.toml b/veilid-server/Cargo.toml index 2a1a355f..89774023 100644 --- a/veilid-server/Cargo.toml +++ b/veilid-server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "veilid-server" -version = "0.1.7" +version = "0.1.8" authors = ["Veilid Team "] license = "MPL-2.0" edition = "2021" diff --git a/veilid-tools/Cargo.toml b/veilid-tools/Cargo.toml index 71e6dfb9..fdd23963 100644 --- a/veilid-tools/Cargo.toml +++ b/veilid-tools/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "veilid-tools" -version = "0.1.7" +version = "0.1.8" authors = ["Veilid Team "] license = "MPL-2.0" edition = "2021" diff --git a/veilid-wasm/Cargo.toml b/veilid-wasm/Cargo.toml index 53d7e285..d43f9fa1 100644 --- a/veilid-wasm/Cargo.toml +++ b/veilid-wasm/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "veilid-wasm" -version = "0.1.7" +version = "0.1.8" authors = ["Veilid Team "] license = "MPL-2.0" edition = "2021"