Skip to content

Commit 3c1e90e

Browse files
committed
update version numbers for 1.4.1
1 parent 6f10d79 commit 3c1e90e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Classes/SuperDiffuse_Concert.sc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* Convenience wrapper */
22
SuperDiffuse {
3-
classvar <version = "1.4.0";
3+
classvar <version = "1.4.1";
44

55
*new { | numIns, numOuts, numControls |
66
var concert, gui;
@@ -620,4 +620,4 @@ SuperDiffuse_Concert : SuperDiffuse_Subject {
620620
^m_numControls;
621621
}
622622

623-
}
623+
}

SuperDiffuse.quark

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
\name: "SuperDiffuse",
33
\summary: "An n-Channel diffusion system",
44
\author: "James Surgenor",
5-
\version: "1.4.0",
5+
\version: "1.4.1",
66
\organization: "University of Sheffield Sound Studios",
77
\since: "2016",
88
\url: "https://github.com/jrsurge/SuperDiffuse"

0 commit comments

Comments
 (0)