Skip to content

Commit

Permalink
🚀 0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
xurei committed Dec 6, 2023
1 parent ca189df commit f011816
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ 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.7] - 2023-12-06
### Fixed
- Fixed crash and/or inability to switch the Scene Collection when there is a circular reference of audiolevels

## [0.0.6] - 2023-12-03
### Fixed
- Fixed crash and/or inability to switch the Scene Collection when there is a circular reference of sources
Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ endif()

if(DEV_MODE EQUAL 1)
add_compile_definitions(DEV_MODE)
project(shadertastic-dev VERSION 0.0.6)
project(shadertastic-dev VERSION 0.0.7)
else()
project(shadertastic VERSION 0.0.6)
project(shadertastic VERSION 0.0.7)
endif()
set(PROJECT_FULL_NAME "Shadertastic")

Expand Down

0 comments on commit f011816

Please sign in to comment.