Skip to content

Commit 71df496

Browse files
committed
Updated version number
1 parent e593c32 commit 71df496

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Symphony.prj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<param.summary>Data Acquisition System</param.summary>
1515
<param.description>Symphony is a MATLAB based data acquisition system for electrophysiologists.</param.description>
1616
<param.screenshot>${PROJECT_ROOT}\src\main\resources\screenshot.png</param.screenshot>
17-
<param.version>2.1.3.0</param.version>
17+
<param.version>2.1.3.1</param.version>
1818
<param.products.name>
1919
<item>MATLAB</item>
2020
</param.products.name>

src/main/matlab/+symphonyui/+app/App.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
end
1212

1313
function v = version()
14-
v = '2.1.3.0'; % i.e. 2.1-r
14+
v = '2.1.3.1'; % i.e. 2.1-r1
1515
end
1616

1717
function o = owner()

0 commit comments

Comments
 (0)