Skip to content

Commit 3205fd0

Browse files
New Release: 0.2.0
1 parent fcfbb4b commit 3205fd0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

cpp/kinematic_icp/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2222
# SOFTWARE.
2323
cmake_minimum_required(VERSION 3.16...3.26)
24-
project(kinematic_icp_cpp VERSION 0.0.1 LANGUAGES CXX)
24+
project(kinematic_icp_cpp VERSION 0.2.0 LANGUAGES CXX)
2525

2626
# Setup build options for the underlying kiss dependency
2727
option(USE_CCACHE "Build using Ccache if found on the path" ON)

ros/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2222
# SOFTWARE.
2323
cmake_minimum_required(VERSION 3.16...3.26)
24-
project(kinematic_icp VERSION 0.0.1 LANGUAGES CXX)
24+
project(kinematic_icp VERSION 0.2.0 LANGUAGES CXX)
2525

2626
set(CMAKE_BUILD_TYPE Release)
2727

ros/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ SOFTWARE.
2525
-->
2626
<package format="3">
2727
<name>kinematic_icp</name>
28-
<version>0.0.1</version>
28+
<version>0.2.0</version>
2929
<description>ROS 2 Wrapper</description>
3030
<maintainer email="tiziano.guadagnino93@gmail.com">frevo137</maintainer>
3131
<license>MIT</license>

0 commit comments

Comments
 (0)