Skip to content

Commit

Permalink
🚀 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xurei committed Aug 23, 2024
1 parent b17a6cb commit 7705f72
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion buildspec.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 7705f72

Please sign in to comment.