File tree 2 files changed +4
-4
lines changed 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.14.0)
2
2
3
3
list (APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR} /cmake)
4
4
5
- project (timsort VERSION 3.0.0 LANGUAGES CXX)
5
+ project (timsort VERSION 3.0.1 LANGUAGES CXX)
6
6
7
7
include (CMakePackageConfigHelpers)
8
8
include (GNUInstallDirs)
Original file line number Diff line number Diff line change 1
- [ ![ Latest Release] ( https://img.shields.io/badge/release-3.0.0 -blue.svg )] ( https://github.com/timsort/cpp-TimSort/releases/tag/v3.0.0 )
2
- [ ![ Conan Package] ( https://img.shields.io/badge/conan-cpp--TimSort%2F3.0.0 -blue.svg )] ( https://conan.io/center/recipes/timsort?version=3.0.0 )
1
+ [ ![ Latest Release] ( https://img.shields.io/badge/release-3.0.1 -blue.svg )] ( https://github.com/timsort/cpp-TimSort/releases/tag/v3.0.1 )
2
+ [ ![ Conan Package] ( https://img.shields.io/badge/conan-cpp--TimSort%2F3.0.1 -blue.svg )] ( https://conan.io/center/recipes/timsort?version=3.0.1 )
3
3
[ ![ Pitchfork Layout] ( https://img.shields.io/badge/standard-PFL-orange.svg )] ( https://github.com/vector-of-bool/pitchfork )
4
4
5
5
## TimSort
@@ -120,7 +120,7 @@ Alternatively the library is also available [Conan Center][conan-center] and can
120
120
[ Conan] [ conan ] cache with the following command:
121
121
122
122
``` sh
123
- conan install --requires=timsort/3.0.0
123
+ conan install --requires=timsort/3.0.1
124
124
```
125
125
126
126
## DIAGNOSTICS & INFORMATION
You can’t perform that action at this time.
0 commit comments