Skip to content

Commit

Permalink
chore: bump to v0.0.4 (#66)
Browse files Browse the repository at this point in the history
Signed-off-by: ktro2828 <[email protected]>
  • Loading branch information
ktro2828 authored Dec 27, 2024
1 parent 8270b50 commit 5d65f48
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion awviz/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.14)
project(awviz VERSION 0.0.3)
project(awviz VERSION 0.0.4)

# -------- default to C++17 --------
if(NOT CMAKE_CXX_STANDARD)
Expand Down
2 changes: 1 addition & 1 deletion awviz/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>awviz</name>
<version>0.0.3</version>
<version>0.0.4</version>
<description>A 3D ROS viewer for Autoware.</description>
<maintainer email="[email protected]">ktro2828</maintainer>
<license>Apache-2.0</license>
Expand Down
2 changes: 1 addition & 1 deletion awviz_common/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.14)
project(awviz_common VERSION 0.0.3)
project(awviz_common VERSION 0.0.4)

# -------- default to C++17 --------
if(NOT CMAKE_CXX_STANDARD)
Expand Down
2 changes: 1 addition & 1 deletion awviz_common/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>awviz_common</name>
<version>0.0.3</version>
<version>0.0.4</version>
<description>A common component of awviz used by plugins and applications.</description>
<maintainer email="[email protected]">ktro2828</maintainer>
<license>Apache-2.0</license>
Expand Down
2 changes: 1 addition & 1 deletion awviz_plugin/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.14)
project(awviz_plugin VERSION 0.0.3)
project(awviz_plugin VERSION 0.0.4)

# -------- default to C++17 --------
if(NOT CMAKE_CXX_STANDARD)
Expand Down
2 changes: 1 addition & 1 deletion awviz_plugin/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>awviz_plugin</name>
<version>0.0.3</version>
<version>0.0.4</version>
<description>Several built-in plugins for awviz to cover the basic functionality.</description>
<maintainer email="[email protected]">ktro2828</maintainer>
<license>Apache-2.0</license>
Expand Down

0 comments on commit 5d65f48

Please sign in to comment.