Skip to content

Commit fa1111d

Browse files
committed
update the version number 0.2.0
1 parent b579e88 commit fa1111d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

minced.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -277,8 +277,8 @@ public static void printVersion()
277277
{
278278
System.out.println("minced " + VERSION);
279279
System.out.println("MinCED - Mining CRISPRs in Environmental Datasets (version " + VERSION + ")");
280-
System.out.println("Copyright 2011 Florent ANGLY <florent.angly@gmail.com>");
281-
System.out.println(" 2013 Connor Skennerton <c.skennerton@gmail.com>");
280+
System.out.println("Copyright 2011 Florent Angly <florent.angly@gmail.com>");
281+
System.out.println(" 2013-2015 Connor Skennerton <c.skennerton@gmail.com>");
282282
System.out.println();
283283
System.out.println("Minced is a modified version of CRT (www.room220.com/crt)");
284284
System.out.println("Charles Bland et al., CRISPR Recognition Tool (CRT): a tool for automatic");

0 commit comments

Comments
 (0)