revert version bump

pull/454/head
Thomas Fussell 2020-03-21 15:18:59 -04:00
parent 80b94549a7
commit 05fb0ceaf6
No known key found for this signature in database
GPG Key ID: B0BA09F5229A9D10
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "xlnt",
"version": "1.5.0",
"version": "1.4.0",
"description": "Cross-platform user-friendly xlsx library for C++11+",
"main": "index.js",
"directories": {

View File

@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.1)
project(xlnt VERSION 1.5.0)
project(xlnt VERSION 1.4.0)
set(CMAKE_CXX_STANDARD ${XLNT_CXX_LANG})
set(CMAKE_CXX_STANDARD_REQUIRED ON)