We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70ee85b commit 841f605Copy full SHA for 841f605
Symphony.prj
@@ -14,7 +14,7 @@
14
<param.summary>Data Acquisition System</param.summary>
15
<param.description>Symphony is a MATLAB based data acquisition system for electrophysiologists.</param.description>
16
<param.screenshot>${PROJECT_ROOT}\src\main\resources\screenshot.png</param.screenshot>
17
- <param.version>2.1.3.1</param.version>
+ <param.version>2.1.3.2</param.version>
18
<param.products.name>
19
<item>MATLAB</item>
20
</param.products.name>
src/main/matlab/+symphonyui/+app/App.m
@@ -11,7 +11,7 @@
11
end
12
13
function v = version()
- v = '2.1.3.1'; % i.e. 2.1-r1
+ v = '2.1.3.2'; % i.e. 2.1-r2
function o = owner()
0 commit comments