Skip to content

Commit

Permalink
Bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
dkargin committed Jan 9, 2025
1 parent 888d2ef commit d614009
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ cmake_minimum_required(VERSION 3.13)
set(CMAKE_POLICY_DEFAULT_CMP0077 NEW)
cmake_policy(SET CMP0077 NEW)

project(miniros VERSION 0.4)
project(miniros VERSION 0.4.1)

include(CheckIncludeFile)
include(CheckIncludeFiles)
Expand Down
2 changes: 1 addition & 1 deletion package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<package>
<name>miniros</name>
<version>0.3.0</version>
<version>0.4.1</version>
<description>
ROS CXX contains a stripped version of ROS C++ code.
It should become a standalone ROS client without any complex external dependencies.
Expand Down

0 comments on commit d614009

Please sign in to comment.