Skip to content

Commit

Permalink
Updated version, fixing inconsistencies
Browse files Browse the repository at this point in the history
  • Loading branch information
p-ranav committed Aug 19, 2020
1 parent 323d0d8 commit 56b0b7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.8)
project(tabulate VERSION 1.0.0 LANGUAGES CXX)
project(tabulate VERSION 1.3.0 LANGUAGES CXX)
option(tabulate_BUILD_TESTS OFF)
option(SAMPLES "Build Samples" OFF)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -12,7 +12,7 @@
<a href="https://github.com/p-ranav/tabulate/blob/master/LICENSE">
<img src="https://img.shields.io/badge/License-MIT-yellow.svg" alt="license"/>
</a>
<img src="https://img.shields.io/badge/version-1.4-blue.svg?cacheSeconds=2592000" alt="version"/>
<img src="https://img.shields.io/badge/version-1.3-blue.svg?cacheSeconds=2592000" alt="version"/>
</p>

<p align="center">
Expand Down

0 comments on commit 56b0b7a

Please sign in to comment.