diff --git a/CHANGELOG.md b/CHANGELOG.md index f53bfc2..6b81801 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] -## [0.0.9] - 2024-08-03 +## [0.1.0] - 2024-08-23 ### Added - Experimental: Face Tracking - Rainbow cycle filter in bundled filters diff --git a/CMakeLists.txt b/CMakeLists.txt index 444927f..338e1ea 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,7 +11,7 @@ if (NOT DEFINED SHADERTASTIC_COMMIT) set(SHADERTASTIC_COMMIT "localbuild") endif() -project(shadertastic VERSION 0.0.9) +project(shadertastic VERSION 0.1.0) set(PROJECT_FULL_NAME "Shadertastic") #cmake_policy(SET CMP0135 NEW) diff --git a/buildspec.json b/buildspec.json index 0e5fb7a..adc3f55 100644 --- a/buildspec.json +++ b/buildspec.json @@ -38,7 +38,7 @@ }, "name": "shadertastic", "displayName": "OBS Shadertastic", - "version": "0.0.9", + "version": "0.1.0", "author": "xurei", "website": "https://github.com/xurei/obs-shadertastic", "email": "xureilab@gmail.com",