From b6a5562c6d6d25ecbeedb5aac85dfef6b6e0d593 Mon Sep 17 00:00:00 2001 From: Kotaro Uetake <60615504+ktro2828@users.noreply.github.com> Date: Wed, 21 Aug 2024 02:16:08 +0900 Subject: [PATCH] chore: release v0.0.2 (#55) Signed-off-by: ktro2828 --- awviz/CMakeLists.txt | 2 +- awviz/package.xml | 2 +- awviz_common/CMakeLists.txt | 2 +- awviz_common/package.xml | 2 +- awviz_plugin/CMakeLists.txt | 2 +- awviz_plugin/package.xml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/awviz/CMakeLists.txt b/awviz/CMakeLists.txt index f456984..25edd16 100644 --- a/awviz/CMakeLists.txt +++ b/awviz/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.14) -project(awviz VERSION 0.0.1) +project(awviz VERSION 0.0.2) # -------- default to C++17 -------- if(NOT CMAKE_CXX_STANDARD) diff --git a/awviz/package.xml b/awviz/package.xml index 1796303..4c99917 100644 --- a/awviz/package.xml +++ b/awviz/package.xml @@ -2,7 +2,7 @@ awviz - 0.0.1 + 0.0.2 A 3D ROS viewer for Autoware. ktro2828 Apache-2.0 diff --git a/awviz_common/CMakeLists.txt b/awviz_common/CMakeLists.txt index 6863bcb..8f31c6c 100644 --- a/awviz_common/CMakeLists.txt +++ b/awviz_common/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.14) -project(awviz_common VERSION 0.0.1) +project(awviz_common VERSION 0.0.2) # -------- default to C++17 -------- if(NOT CMAKE_CXX_STANDARD) diff --git a/awviz_common/package.xml b/awviz_common/package.xml index 7f23a01..a6b85be 100644 --- a/awviz_common/package.xml +++ b/awviz_common/package.xml @@ -2,7 +2,7 @@ awviz_common - 0.0.1 + 0.0.2 A common component of awviz used by plugins and applications. ktro2828 Apache-2.0 diff --git a/awviz_plugin/CMakeLists.txt b/awviz_plugin/CMakeLists.txt index 375f642..0054214 100644 --- a/awviz_plugin/CMakeLists.txt +++ b/awviz_plugin/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.14) -project(awviz_plugin VERSION 0.0.1) +project(awviz_plugin VERSION 0.0.2) # -------- default to C++17 -------- if(NOT CMAKE_CXX_STANDARD) diff --git a/awviz_plugin/package.xml b/awviz_plugin/package.xml index cee3b56..2889524 100644 --- a/awviz_plugin/package.xml +++ b/awviz_plugin/package.xml @@ -2,7 +2,7 @@ awviz_plugin - 0.0.1 + 0.0.2 Several built-in plugins for awviz to cover the basic functionality. ktro2828 Apache-2.0