Skip to content

Commit

Permalink
update version to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ctSkennerton committed Mar 4, 2018
1 parent 7e97dd4 commit 6265346
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ JAVA_CLASSES = $(JAVA_FILES:.java=.class)
default: minced.jar

minced.jar: $(JAVA_CLASSES)
$(JAR) cfm minced.jar MANIFEST.txt *class
$(JAR) cfm minced.jar MANIFEST.txt $(JAVA_CLASSES)

clean:
$(RM) *.class
$(RM) $(JAVA_CLASSES)

test: minced.jar
@echo "Testing..."
Expand Down
2 changes: 1 addition & 1 deletion minced.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

public class minced
{
public static final String VERSION = "0.2.0";
public static final String VERSION = "0.2.1";
public static void main(String[] args)
{
//default values
Expand Down
12 changes: 6 additions & 6 deletions t/Aquifex_aeolicus_VF5.expected
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
##gff-version 3
gi|15282445|ref|NC_000918.1| minced:0.2.0 CRISPR 156460 156767 5 . . ID=CRISPR1
gi|15282445|ref|NC_000918.1| minced:0.2.0 CRISPR 244561 244791 4 . . ID=CRISPR2
gi|15282445|ref|NC_000918.1| minced:0.2.0 CRISPR 279264 279555 5 . . ID=CRISPR3
gi|15282445|ref|NC_000918.1| minced:0.2.0 CRISPR 1226626 1226861 4 . . ID=CRISPR4
gi|15282445|ref|NC_000918.1| minced:0.2.0 CRISPR 1379598 1379894 5 . . ID=CRISPR5
gi|15282445|ref|NC_000918.1| minced:0.2.0 CRISPR 1418900 1419060 3 . . ID=CRISPR6
gi|15282445|ref|NC_000918.1| minced:0.2.1 CRISPR 156460 156767 5 . . ID=CRISPR1
gi|15282445|ref|NC_000918.1| minced:0.2.1 CRISPR 244561 244791 4 . . ID=CRISPR2
gi|15282445|ref|NC_000918.1| minced:0.2.1 CRISPR 279264 279555 5 . . ID=CRISPR3
gi|15282445|ref|NC_000918.1| minced:0.2.1 CRISPR 1226626 1226861 4 . . ID=CRISPR4
gi|15282445|ref|NC_000918.1| minced:0.2.1 CRISPR 1379598 1379894 5 . . ID=CRISPR5
gi|15282445|ref|NC_000918.1| minced:0.2.1 CRISPR 1418900 1419060 3 . . ID=CRISPR6

0 comments on commit 6265346

Please sign in to comment.