Skip to content

Commit

Permalink
finalize patch version v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
oschwengers committed Apr 17, 2019
1 parent ea1c29d commit e04d3ff
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,11 @@
# v1.1.1

## Enhancements
- Fixed and improved cloud orchestration logic
- Fixed allel detection in MLST
- Fixed ABR gene detection and length calculation
- Applied minor improvements and bugfixes to report pages

# v1.1
## Features
- Added support for ONT sequencing platform
Expand Down
2 changes: 1 addition & 1 deletion api/pom.xml
Expand Up @@ -4,7 +4,7 @@

<groupId>bio.comp.jlu.asap</groupId>
<artifactId>asap-api</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
<packaging>jar</packaging>
<name>ASAP - API</name>

Expand Down
4 changes: 2 additions & 2 deletions core/pom.xml
Expand Up @@ -5,7 +5,7 @@

<groupId>bio.comp.jlu.asap</groupId>
<artifactId>asap</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
<packaging>jar</packaging>
<name>ASAP</name>

Expand Down Expand Up @@ -45,7 +45,7 @@
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>asap-api</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
</dependency>
<dependency>
<groupId>net.sourceforge.jexcelapi</groupId>
Expand Down
Binary file modified manual.pdf
Binary file not shown.

0 comments on commit e04d3ff

Please sign in to comment.