diff --git a/CMakeLists.txt b/CMakeLists.txt index 12d2371b..13597448 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -20,7 +20,7 @@ cmake_minimum_required(VERSION 3.12) project( splash - VERSION 0.9.4 + VERSION 0.9.5 LANGUAGES C CXX ) diff --git a/addons/blender/splash/__init__.py b/addons/blender/splash/__init__.py index b3578a27..dceb87da 100644 --- a/addons/blender/splash/__init__.py +++ b/addons/blender/splash/__init__.py @@ -20,7 +20,7 @@ bl_info = { "name": "Splash output", "author": "Emmanuel Durand", - "version": (0, 9, 4), + "version": (0, 9, 5), "blender": (2, 80, 0), "location": "3D View > Toolbox, File > Export", "description": "Utility tools to connect Blender to the Splash videomapper", diff --git a/data/share/applications/splash.desktop b/data/share/applications/splash.desktop index 4103ef00..eb2c50d9 100755 --- a/data/share/applications/splash.desktop +++ b/data/share/applications/splash.desktop @@ -4,4 +4,4 @@ Exec=splash Type=Application Icon=splash.png Categories=AudioVideo;Video;Graphics; -Version=0.9.4 +Version=0.9.5