Skip to content

Commit

Permalink
update version number in GUI
Browse files Browse the repository at this point in the history
  • Loading branch information
jrsurge committed Jun 1, 2017
1 parent a6a7189 commit 284b4f3
Showing 1 changed file with 1 addition and 1 deletion.
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", Rect(winX,winY,winWidth,winHeight));
m_win = Window("SuperDiffuse | v.1.1", Rect(winX,winY,winWidth,winHeight));
m_mainLayout = VLayout();
m_topLayout = HLayout();
m_leftLayout = HLayout();
Expand Down

0 comments on commit 284b4f3

Please sign in to comment.