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