Skip to content

Commit

Permalink
bump version to 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
samaaron committed Feb 15, 2015
1 parent 1caea19 commit 680879c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/gui/qt/html/info.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<center><img src=":/images/logo-smaller.png" height="268" width="328"><pre><font size="4"><font color="DeepPink">A Sound Synthesiser<br>for Live Coding</font><br><br>Designed and developed by Sam Aaron<br>in Cambridge, England<br><br><font color="DeepPink"><a href="http://sonic-pi.net" style="text-decoration: none; color:DeepPink">http://sonic-pi.net</a></font><br><br>For the latest updates follow<br><font color="DeepPink"><a href="http://twitter.com/sonic_pi" style="text-decoration: none; color:DeepPink;">@sonic_pi</a><br></font></font></pre><h2><pre><font color="#3C3C3C"><pre>music_as <font color="DeepPink">:code</font><br>code_as <font color="DeepPink">:art</font></pre></h2><pre><font size="4"><br>v2.2</font></pre></center>
<center><img src=":/images/logo-smaller.png" height="268" width="328"><pre><font size="4"><font color="DeepPink">A Sound Synthesiser<br>for Live Coding</font><br><br>Designed and developed by Sam Aaron<br>in Cambridge, England<br><br><font color="DeepPink"><a href="http://sonic-pi.net" style="text-decoration: none; color:DeepPink">http://sonic-pi.net</a></font><br><br>For the latest updates follow<br><font color="DeepPink"><a href="http://twitter.com/sonic_pi" style="text-decoration: none; color:DeepPink;">@sonic_pi</a><br></font></font></pre><h2><pre><font color="#3C3C3C"><pre>music_as <font color="DeepPink">:code</font><br>code_as <font color="DeepPink">:art</font></pre></h2><pre><font size="4"><br>v2.2.1</font></pre></center>
2 changes: 1 addition & 1 deletion app/server/sonicpi/lib/sonicpi/spider.rb
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class Spider

def initialize(hostname, port, msg_queue, max_concurrent_synths, user_methods)

@version = Version.new(2, 2, 0)
@version = Version.new(2, 2, 1)

@life_hooks = LifeCycleHooks.new
@msg_queue = msg_queue
Expand Down

0 comments on commit 680879c

Please sign in to comment.