Skip to content

Commit 5b7bd85

Browse files
committed
Bump version
Fix #32
1 parent e87ad7d commit 5b7bd85

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
cmake_minimum_required(VERSION 3.16)
44
cmake_policy(SET CMP0048 NEW)
55

6-
project(icecream-cpp VERSION 0.3.1 LANGUAGES CXX)
6+
project(icecream-cpp VERSION 1.0.0 LANGUAGES CXX)
77

88
include(CMakePackageConfigHelpers)
99

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2019-2020 The IceCream-Cpp Developers. See the AUTHORS file at the
1+
Copyright (c) 2019-2025 The IceCream-Cpp Developers. See the AUTHORS file at the
22
top-level directory of this distribution and at
33
https://github.com/renatoGarcia/icecream-cpp
44

icecream.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2019-2020 The IceCream-Cpp Developers. See the AUTHORS file at the
2+
* Copyright (c) 2019-2025 The IceCream-Cpp Developers. See the AUTHORS file at the
33
* top-level directory of this distribution and at
44
* https://github.com/renatoGarcia/icecream-cpp
55
*

0 commit comments

Comments
 (0)