Skip to content

Commit

Permalink
Release 1.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
hmogensen committed Nov 18, 2014
1 parent 5886708 commit cab1c7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions viewers/@SequenceViewer/SequenceViewer.m
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
classdef SequenceViewer < handle
methods (Static)
function str = version_str()
str = '>1.0.10';
str = '1.0.10';
end
end
properties (SetObservable)
Expand Down Expand Up @@ -200,4 +200,4 @@ function delete(obj)
fclose(fid);
end
end
end
end

0 comments on commit cab1c7f

Please sign in to comment.