From b3c85778882e8acf15c29997415e4a0259606e4d Mon Sep 17 00:00:00 2001 From: Julian Benda Date: Wed, 24 Apr 2024 17:47:31 +0200 Subject: [PATCH] Bump version --- CMakeLists.txt | 2 +- setup.py | 2 +- unreal/inkcpp/inkcpp.uplugin | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 395e3bf9..8a15a36b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.16) enable_testing() # Project setup -project(inkcpp VERSION 0.1.5) +project(inkcpp VERSION 0.1.6) SET(CMAKE_CXX_STANDARD 20) SET(CMAKE_CXX_STANDARD_REQUIRED ON) SET(CMAKE_INSTALL_LIBRARY_DIR lib) diff --git a/setup.py b/setup.py index 4b8ad94a..fc8002e0 100644 --- a/setup.py +++ b/setup.py @@ -153,7 +153,7 @@ def build_extension(self, ext: CMakeExtension) -> None: setup( name="inkcpp-py", - version="0.1.5", + version="0.1.6", author="Julian Benda", author_email="julian.benda@ovgu.de", description="Python bindings for InkCPP a Inkle runtime written in C++", diff --git a/unreal/inkcpp/inkcpp.uplugin b/unreal/inkcpp/inkcpp.uplugin index 05fc335e..0f9e8793 100644 --- a/unreal/inkcpp/inkcpp.uplugin +++ b/unreal/inkcpp/inkcpp.uplugin @@ -1,8 +1,8 @@ { "FileVersion": 1, - "EngineVersion": "5.3", + "EngineVersion": "5.4", "Version": 1, - "VersionName": "0.1.5", + "VersionName": "0.1.6", "FriendlyName": "inkcpp", "Description": "inkcpp integration", "Category": "Narrative",