We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 568e43a commit b253497Copy full SHA for b253497
2 files changed
CMakeLists.txt
@@ -1,6 +1,6 @@
1
cmake_minimum_required(VERSION 3.21)
2
project(cppbox
3
- VERSION 0.1.0
+ VERSION 0.1.1
4
DESCRIPTION "Collection of general-purpose C++ functions, classes and utilities"
5
LANGUAGES CXX
6
)
package.xml
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>cppbox</name>
- <version>0.1.0</version>
+ <version>0.1.1</version>
<description>cppbox</description>
<maintainer email="william.talbot97@gmail.com">William Talbot</maintainer>
7
<license>BSD-3_Clause</license>
0 commit comments