Skip to content

Commit

Permalink
update version numbers for 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jrsurge committed Nov 15, 2019
1 parent 6eede03 commit e04cd81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Classes/SuperDiffuse_Concert.sc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* Convenience wrapper */
SuperDiffuse {
classvar <version = "1.4.1";
classvar <version = "1.5.0";

*new { | numIns, numOuts, numControls |
var concert, gui;
Expand Down
2 changes: 1 addition & 1 deletion SuperDiffuse.quark
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
\name: "SuperDiffuse",
\summary: "An n-Channel diffusion system",
\author: "James Surgenor",
\version: "1.4.1",
\version: "1.5.0",
\organization: "University of Sheffield Sound Studios",
\since: "2016",
\url: "https://github.com/jrsurge/SuperDiffuse"
Expand Down

0 comments on commit e04cd81

Please sign in to comment.