Skip to content

Commit b3c8577

Browse files
committed
Bump version
1 parent 3f9ec5b commit b3c8577

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.16)
44
enable_testing()
55

66
# Project setup
7-
project(inkcpp VERSION 0.1.5)
7+
project(inkcpp VERSION 0.1.6)
88
SET(CMAKE_CXX_STANDARD 20)
99
SET(CMAKE_CXX_STANDARD_REQUIRED ON)
1010
SET(CMAKE_INSTALL_LIBRARY_DIR lib)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ def build_extension(self, ext: CMakeExtension) -> None:
153153

154154
setup(
155155
name="inkcpp-py",
156-
version="0.1.5",
156+
version="0.1.6",
157157
author="Julian Benda",
158158
author_email="[email protected]",
159159
description="Python bindings for InkCPP a Inkle runtime written in C++",

unreal/inkcpp/inkcpp.uplugin

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"FileVersion": 1,
3-
"EngineVersion": "5.3",
3+
"EngineVersion": "5.4",
44
"Version": 1,
5-
"VersionName": "0.1.5",
5+
"VersionName": "0.1.6",
66
"FriendlyName": "inkcpp",
77
"Description": "inkcpp integration",
88
"Category": "Narrative",

0 commit comments

Comments
 (0)