Skip to content

Commit

Permalink
Merge branch 'hotfix/v3.2.2'
Browse files Browse the repository at this point in the history
Fix to README rendering of link
  • Loading branch information
kathryn-beal committed Nov 3, 2017
2 parents 69bd498 + 611f771 commit ac22044
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### 3.2.2
* Fix to README rendering of link

### 3.2.1
* Updates to documentation

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ An installation helper, perl wrapper and the R program Battenberg which detects
| [![Build Status](https://travis-ci.org/cancerit/cgpBattenberg.svg?branch=master)](https://travis-ci.org/cancerit/cgpBattenberg) | [![Build Status](https://travis-ci.org/cancerit/cgpBattenberg.svg?branch=dev)](https://travis-ci.org/cancerit/cgpBattenberg) |

## Battenberg R code
The Battenberg R code is developed and maintained in a separate repository [here] (https://github.com/Wedge-Oxford/battenberg) and this is where any questions or issues specific to the R code should be directed.
The Battenberg R code is developed and maintained in a separate repository [here](https://github.com/Wedge-Oxford/battenberg) and this is where any questions or issues specific to the R code should be directed.

## Installation

Expand Down
2 changes: 1 addition & 1 deletion perl/lib/Sanger/CGP/Battenberg.pm
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ use strict;

use Const::Fast qw(const);
use base 'Exporter';
our $VERSION = '3.2.1';
our $VERSION = '3.2.2';
our @EXPORT = qw($VERSION);

1;
Expand Down

0 comments on commit ac22044

Please sign in to comment.