Skip to content

Commit

Permalink
Update to v3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
samaaron committed Jan 31, 2021
1 parent 778a7e0 commit 3b1465b
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/gui/qt/html/doc.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
code_as <span class="highlight">:art</span></pre>
</p>

<p class="version">v3.3.0</p>
<p class="version">v3.3.1</p>

</center>

Expand Down
2 changes: 1 addition & 1 deletion app/gui/qt/html/info.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@

<br/>

<p class="version">v3.3.0</p>
<p class="version">v3.3.1</p>
</center>
</body>
Binary file modified app/gui/qt/images/splash.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/gui/qt/images/splash2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/gui/qt/images/splash@2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion app/gui/qt/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ MainWindow::MainWindow(QApplication &app, bool i18n, QSplashScreen* splash)
show_rec_icon_a = false;
restoreDocPane = false;
focusMode = false;
version = "3.3.0";
version = "3.3.1";
latest_version = "";
version_num = 0;
latest_version_num = 0;
Expand Down
2 changes: 1 addition & 1 deletion app/server/ruby/lib/sonicpi/runtime.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1332,7 +1332,7 @@ def initialize(ports, msg_queue, user_methods)
end
@scsynth_clobber_args = @audio_settings.scsynth_opts_override
@scsynth_opts = @audio_settings.scsynth_opts
@version = Version.new(3, 3, 0)
@version = Version.new(3, 3, 1)
@server_version = __server_version
@life_hooks = LifeCycleHooks.new
@msg_queue = msg_queue
Expand Down

0 comments on commit 3b1465b

Please sign in to comment.