Skip to content

Commit

Permalink
Updating the version number to v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Romain-Laine committed Apr 5, 2022
1 parent b8b8579 commit 78fcdb9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/nanoj/liveSRRF/gui/LiveSRRF_optimised_.java
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public class LiveSRRF_optimised_ implements PlugIn {
private final boolean DEBUG = false;

private final boolean enable3DSRRF = true;
private final String eSRRFVersion = "v1.0.3";
private final String eSRRFVersion = "v1.1.0";

private String pathToDisk = "",
fileName,
Expand Down
2 changes: 1 addition & 1 deletion src/nanoj/liveSRRF/gui/ParametersSweep_.java
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public class ParametersSweep_ implements PlugIn {

private float fixedSigma;

private final String eSRRFSweepVersion = "v1.0.3";
private final String eSRRFSweepVersion = "v1.1.0";
private float[] shiftX, shiftY;

private String imageTitle,
Expand Down

0 comments on commit 78fcdb9

Please sign in to comment.