Skip to content

Commit 590240d

Browse files
authored
Bump version to 0.3.0 and fix license badge in README (#17)
1 parent a6c33b3 commit 590240d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
cmake_minimum_required(VERSION 3.5...3.30)
66

77
project(LieGroupControllers
8-
VERSION 0.2.0)
8+
VERSION 0.3.0)
99

1010
# ouptut paths
1111
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/${CMAKE_INSTALL_BINDIR}")

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<p align="center">
66
<a href="https://isocpp.org"><img src="https://img.shields.io/badge/standard-C++17-blue.svg?style=flat&logo=c%2B%2B" alt="C++ Standard"/></a>
7-
<a href="./LICENSE"><img src="https://img.shields.io/badge/license-LGPL-19c2d8.svg" alt="Size" /></a>
7+
<a href="./LICENSE"><img src="https://img.shields.io/badge/BSD%20license-3--Clause-green.svg" alt="Size" /></a>
88
<a href="https://ami-iit.github.io/lie-group-controllers/doxygen/doc/html/index.html"><img src="https://github.com/ami-iit/lie-group-controllers/workflows/GitHub%20Pages/badge.svg" alt="Size" /></a>
99
<a href="https://github.com/ami-iit/lie-group-controllers/actions?query=workflow%3A%22C%2B%2B+CI+Workflow%22"><img src="https://github.com/ami-iit/lie-group-controllers/workflows/C++%20CI%20Workflow/badge.svg" alt="Size" /></a>
1010
</p>

0 commit comments

Comments
 (0)