Skip to content

Commit eb2fb1c

Browse files
authored
Update readme.md
1 parent e39b95b commit eb2fb1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Welcome to <img src="logo-full.png" height="35"/>
22

3-
[![Build Status](https://travis-ci.org/biojava/biojava.svg?branch=master)](https://travis-ci.org/biojava/biojava) [![Dependency Status](http://www.versioneye.com/user/projects/5776f02568ee07004137f521/badge.svg?style=flat)](http://www.versioneye.com/user/projects/5776f02568ee07004137f521) [![Version](http://img.shields.io/badge/version-4.2.4-blue.svg?style=flat)](https://github.com/biojava/biojava/releases/tag/biojava-4.2.4) [![License](http://img.shields.io/badge/license-LGPL_2.1-blue.svg?style=flat)](https://github.com/biojava/biojava/blob/master/LICENSE) [![Join the chat at https://gitter.im/biojava/biojava](https://badges.gitter.im/biojava/biojava.svg)](https://gitter.im/biojava/biojava?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
3+
[![Build Status](https://travis-ci.org/biojava/biojava.svg?branch=master)](https://travis-ci.org/biojava/biojava) [![Dependency Status](http://www.versioneye.com/user/projects/5776f02568ee07004137f521/badge.svg?style=flat)](http://www.versioneye.com/user/projects/5776f02568ee07004137f521) [![Version](http://img.shields.io/badge/version-4.2.8-blue.svg?style=flat)](https://github.com/biojava/biojava/releases/tag/biojava-4.2.8) [![License](http://img.shields.io/badge/license-LGPL_2.1-blue.svg?style=flat)](https://github.com/biojava/biojava/blob/master/LICENSE) [![Join the chat at https://gitter.im/biojava/biojava](https://badges.gitter.im/biojava/biojava.svg)](https://gitter.im/biojava/biojava?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
44

55

66
BioJava is an open-source project dedicated to providing a Java framework for **processing biological data**. It provides analytical and statistical routines, parsers for common file formats, reference implementations of popular algorithms, and allows the manipulation of sequences and 3D structures. The goal of the biojava project is to facilitate rapid application development for bioinformatics.
@@ -25,7 +25,7 @@ If you are using Maven you can add the BioJava repository by adding the followin
2525
<dependency>
2626
<groupId>org.biojava</groupId>
2727
<artifactId>biojava-core</artifactId>
28-
<version>4.2.4</version>
28+
<version>4.2.8</version>
2929
</dependency>
3030
<!-- other biojava jars as needed -->
3131
</dependencies>

0 commit comments

Comments
 (0)