1diff --git a/CMakeLists.txt b/CMakeLists.txt
2index 2f35431..f08eb22 100644
3--- a/CMakeLists.txt
4+++ b/CMakeLists.txt
5@@ -1,5 +1,5 @@
6 cmake_minimum_required(VERSION 3.5.0)
7-project(cpp-jwt VERSION 1.2.0)
8+project(cpp-jwt VERSION 1.4.0)
9
10 option(CPP_JWT_BUILD_EXAMPLES "build examples" ON)
11 option(CPP_JWT_BUILD_TESTS "build tests" ON)
12