Skip to content

Commit

Permalink
Version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaskb committed Feb 4, 2023
1 parent 75ff172 commit dd88b80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[SNAPSHOT]
[1.0.0] (February 2023)
- BREAKING: Added generic methods "addEffect" to BoomChannel, and removed specialized ones such as "addReverb".
- BREAKING: Removed sourceGain and sourceCutoff from BoomChannel in favor of the new Filter class, which has the same functionality and some more.
- Added Filters to channels and effects, which are created automatically in both cases.
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ allprojects {

ext {
projectName = 'boom'
projectVersion = '0.0.2-SNAPSHOT'
projectVersion = '1.0.0'
projectDescription = 'libGDX extension that brings special effects to audio.'

gdxVersion = '1.11.0'
Expand Down

0 comments on commit dd88b80

Please sign in to comment.