Skip to content

Commit 2698afb

Browse files
committed
Bumped version to 1.6
1 parent 764d796 commit 2698afb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 3.8)
2-
project(indicators VERSION 1.5.0 LANGUAGES CXX DESCRIPTION "Activity Indicators for Modern C++")
2+
project(indicators VERSION 1.6.0 LANGUAGES CXX DESCRIPTION "Activity Indicators for Modern C++")
33
option(INDICATORS_BUILD_TESTS OFF)
44
option(SAMPLES "Build Samples" OFF)
55
option(DEMO "Build Demo" OFF)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<a href="https://github.com/p-ranav/indicators/blob/master/LICENSE">
1313
<img src="https://img.shields.io/badge/License-MIT-yellow.svg" alt="license"/>
1414
</a>
15-
<img src="https://img.shields.io/badge/version-1.5-blue.svg?cacheSeconds=2592000" alt="version"/>
15+
<img src="https://img.shields.io/badge/version-1.6-blue.svg?cacheSeconds=2592000" alt="version"/>
1616
</p>
1717

1818
<p align="center">

0 commit comments

Comments
 (0)