Skip to content

Commit

Permalink
(cargo-release) version 0.19.4
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaskrause committed May 10, 2019
1 parent 068c102 commit 59ef287
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased] - ReleaseDate
## [0.19.4] - 2019-05-10

### Changed

Expand Down
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ authors:
affiliation: Humboldt-Universität zu Berlin
title: graphANNIS
version: 0.19.1
date-released: 2019-04-14
date-released: 2019-05-10
doi: 10.5281/zenodo.2598164
references:
- type: thesis
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "graphannis"
version = "0.19.3"
version = "0.19.4"
authors = ["Thomas Krause <[email protected]>"]

license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion docs/src/embed-java.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ If you are using Apache Maven as your build system, you can add a dependency to
<dependency>
<groupId>org.corpus-tools</groupId>
<artifactId>graphannis-api</artifactId>
<version>0.19.2</version>
<version>0.19.4</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion docs/src/embed-rust.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Add a dependency to graphANNIS in you `Cargo.toml` file:
```toml
graphannis = "0.19.2"
graphannis = "0.19.4"
```

## API documentation
Expand Down

0 comments on commit 59ef287

Please sign in to comment.