Skip to content

Commit

Permalink
release v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tfussell committed Mar 21, 2020
1 parent 05fb0ce commit 568ac85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xlnt",
"version": "1.4.0",
"version": "1.5.0",
"description": "Cross-platform user-friendly xlsx library for C++11+",
"main": "index.js",
"directories": {
Expand Down
2 changes: 1 addition & 1 deletion source/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.1)
project(xlnt VERSION 1.4.0)
project(xlnt VERSION 1.5.0)

set(CMAKE_CXX_STANDARD ${XLNT_CXX_LANG})
set(CMAKE_CXX_STANDARD_REQUIRED ON)
Expand Down

0 comments on commit 568ac85

Please sign in to comment.