Skip to content

Commit b253497

Browse files
committed
bumped version to 0.1.1
1 parent 568e43a commit b253497

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.21)
22
project(cppbox
3-
VERSION 0.1.0
3+
VERSION 0.1.1
44
DESCRIPTION "Collection of general-purpose C++ functions, classes and utilities"
55
LANGUAGES CXX
66
)

package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package format="2">
33
<name>cppbox</name>
4-
<version>0.1.0</version>
4+
<version>0.1.1</version>
55
<description>cppbox</description>
66
<maintainer email="william.talbot97@gmail.com">William Talbot</maintainer>
77
<license>BSD-3_Clause</license>

0 commit comments

Comments
 (0)