Skip to content

Commit 9ed9d06

Browse files
committed
update version to 1.1.3
1 parent f391f32 commit 9ed9d06

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Fiji.app/scripts/Plugins/Multi-Template-Matching/Template_Matching_Folder.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
Win.addCheckbox("Open_images as a stack (must have identical sizes)", prefs.getInt("ShowImages", True))
5959
Win.addCheckbox("Add_ROI detected to ROI Manager", prefs.getInt("AddRoi", True))
6060
Win.addCheckbox("Show_result table", prefs.getInt("ShowTable", False))
61+
Win.addMessage("Version 1.1.3")
6162
Win.addMessage("""If you use this plugin please cite :
6263
Thomas, L.S.V., Gehrig, J.
6364
Multi-template matching: a versatile tool for object-localization in microscopy images.

Fiji.app/scripts/Plugins/Multi-Template-Matching/Template_Matching_Image.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
Win.addMessage("Outputs")
4040
Win.addCheckbox("Add_ROI detected to ROI manager", prefs.getInt("AddRoi", True))
4141
Win.addCheckbox("Show_result table", prefs.getInt("ShowTable", False))
42-
Win.addMessage("Version 1.1.2")
42+
Win.addMessage("Version 1.1.3")
4343
Win.addMessage("""If you use this plugin please cite :
4444
Thomas, L.S.V., Gehrig, J.
4545
Multi-template matching: a versatile tool for object-localization in microscopy images.

0 commit comments

Comments
 (0)