Skip to content

Commit

Permalink
update version number for 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jrsurge committed Sep 7, 2017
1 parent deb822b commit 050c7d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Classes/Components/SuperDiffuse_ConcertGUI.sc
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ SuperDiffuse_ConcertGUI : SuperDiffuse_Observer {
winY = (screenHeight / 2 ) - (winHeight / 2);


m_win = Window("SuperDiffuse | v.1.1.1", Rect(winX,winY,winWidth,winHeight));
m_win = Window("SuperDiffuse | v.1.2.0", Rect(winX,winY,winWidth,winHeight));
m_mainLayout = VLayout();
m_topLayout = HLayout();
m_leftLayout = HLayout();
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.1.1",
\version: "1.2.0",
\organization: "University of Sheffield Sound Studios",
\since: "2016",
\url: "https://github.com/jrsurge/SuperDiffuse"
Expand Down

0 comments on commit 050c7d1

Please sign in to comment.