Skip to content

Commit 1e327f7

Browse files
committed
Bump to 0.12.7
1 parent 6cbcb6c commit 1e327f7

4 files changed

Lines changed: 7 additions & 4 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
11
build/*
2+
.gradle/*
3+
.idea/*
4+
gradle/

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ jdk:
44
- oraclejdk9
55
script: gradle build
66
env:
7-
- version=0.12.6
7+
- version=0.12.7
88
deploy:
99
provider: releases
1010
api_key:
1111
secure: bS506eo5Ocwud3/RKHlZ5cYLJ0vyKlqkS7fWYmhMOJxFxg0v1V8Qq/l/98oS6Fmxo7WUEFmA1SEg5wcrFEf3+RkDbx/l/2gvF162nEfrAJtgbzwahm+7YR9aqVr+5UJzVPnFWif64ZgEX7U6KIxC8KN47a216/KaCow7/d8BKrBoa5PU/guo/Df378qjN3+JwykHpg5CwIKbmaqXdjMj/3DMUdPuTx7K9rb8/t/zI3vBQYobe4xH6l7jj6BXDU11+YEWRkDbMvqWn66R1an0No60uTbLQ4ASdw3l2Ue2TrwcRFAhJs1ZSQp3Ifrizb5pBtc7r5hCxX2MsP5ZAJRgjlqIGfb0fHcy0DF9oVrAuLNzmT0lz5wX5XLh2UZQ0N/5KkVsNGawKqE9PrArp+jRhAFnFgvLXpvKTe+bhIJfRxPtyeVhA9bRM1AH54da0gMq2J6bE6S2s1lH/zfQ1wNOxIhQmkTFkaVCTbKLqmx2GOHc03NE53Pk6p7hb5M5wm4I5LUEt4IZQLh0qlXYzMbbbRwCA/x/LC+mNEZ7ZaAGjNo+xuIZdtW5o9XjfRZURekqA/yXu4ERV0PrgblTV1mPJ3cYHaRhZJbbYNz/7LnrAhdIQOvLSincYzboCkBWL/7GINPBV887/ANWRiigU4wdVRiFtq79+6FUAiVLsKyMORI=
12-
file: build/libs/DeDup-0.12.6.jar
12+
file: build/libs/DeDup-0.12.7.jar
1313
skip_cleanup: true
1414
on:
1515
all_branches: true

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group 'com.uni-tuebingen.de.it.eager.dedup'
2-
version '0.12.6'
2+
version '0.12.7'
33

44
apply plugin: 'java'
55
apply plugin: 'idea'

src/main/java/RMDupper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
* DeDup Tool for Duplicate Removal of short read duplicates in BAM/SAM Files.
4848
*
4949
* @author Alexander Peltzer
50-
* @version 0.12.6
50+
* @version 0.12.7
5151
* @Date: 09/17/15
5252
*/
5353
public class RMDupper{

0 commit comments

Comments
 (0)