From d819222ea6d294d38c0c5da098cb2f6abea5d230 Mon Sep 17 00:00:00 2001 From: DerThorsten Date: Tue, 19 Sep 2023 10:04:07 +0200 Subject: [PATCH] 1.3.1 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1ef087e..224c186 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.9) -project(pyjs VERSION 1.3.0 DESCRIPTION "pyjs") +project(pyjs VERSION 1.3.1 DESCRIPTION "pyjs") option(BUILD_RUNTIME_BROWSER "Build runtime" ON) option(WITH_NODE_TESTS "With node tests" OFF)