Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
JBenda committed Apr 24, 2024
1 parent 3f9ec5b commit b3c8577
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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="[email protected]",
description="Python bindings for InkCPP a Inkle runtime written in C++",
Expand Down
4 changes: 2 additions & 2 deletions unreal/inkcpp/inkcpp.uplugin
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit b3c8577

Please sign in to comment.