Skip to content

Commit

Permalink
🚀 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
xurei committed Oct 25, 2023
1 parent 2a82fa4 commit 34a99dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +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.5] - 2023-10-26
### Added
- Added Parameter type `color`
- Added support for `.shadertastic` bundled effects
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.4)
project(shadertastic-dev VERSION 0.0.5)
else()
project(shadertastic VERSION 0.0.4)
project(shadertastic VERSION 0.0.5)
endif()
set(PROJECT_FULL_NAME "Shadertastic")

Expand Down

0 comments on commit 34a99dd

Please sign in to comment.