diff --git a/README.md b/README.md index ffe87e6..4c02073 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![Latest Release](https://img.shields.io/badge/release-cpp--TimSort%2F1.1.0-blue.svg)](https://github.com/timsort/cpp-TimSort/releases) +[![Latest Release](https://img.shields.io/badge/release-cpp--TimSort%2F1.2.0-blue.svg)](https://github.com/timsort/cpp-TimSort/releases) [![Build Status](https://travis-ci.org/timsort/cpp-TimSort.svg?branch=master)](https://travis-ci.org/timsort/cpp-TimSort) [![License](https://img.shields.io/:license-mit-blue.svg)](https://doge.mit-license.org) diff --git a/include/gfx/timsort.hpp b/include/gfx/timsort.hpp index 94944b9..2766659 100644 --- a/include/gfx/timsort.hpp +++ b/include/gfx/timsort.hpp @@ -38,7 +38,7 @@ // Semantic versioning macros #define GFX_TIMSORT_VERSION_MAJOR 1 -#define GFX_TIMSORT_VERSION_MINOR 1 +#define GFX_TIMSORT_VERSION_MINOR 2 #define GFX_TIMSORT_VERSION_PATCH 0 // Diagnostic selection macros