Skip to content

Commit

Permalink
release v0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
seblemaguer authored and psibre committed Oct 23, 2017
1 parent 8dffce0 commit 488bf4c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
JTGT
====

[Unreleased]
------------
[v0.5.3] - 2017-10-12
---------------------

### Fixed

Expand Down Expand Up @@ -34,7 +34,7 @@ JTGT

### Initial release

[Unreleased]: /~https://github.com/m2ci-msp/jtgt/compare/v0.5.2...HEAD
[v0.5.3]: /~https://github.com/m2ci-msp/jtgt/compare/v0.5.2...v0.5.3
[v0.5.2]: /~https://github.com/m2ci-msp/jtgt/compare/v0.5.1...v0.5.2
[v0.5.1]: /~https://github.com/m2ci-msp/jtgt/compare/v0.5...v0.5.1
[v0.5]: /~https://github.com/m2ci-msp/jtgt/tree/v0.5
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ To declare a depency on JTGT you can do it:
<dependency>
<groupId>org.m2ci.msp</groupId>
<artifactId>jtgt</artifactId>
<version>0.5.1</version>
<version>0.5.3</version>
</dependency>
</dependencies>
```
Expand All @@ -33,6 +33,6 @@ repositories {
}
dependencies {
compile group: 'org.m2ci.msp', name:'jtgt', version: '0.5.1'
compile group: 'org.m2ci.msp', name:'jtgt', version: '0.5.3'
}
```
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
id 'maven-publish'
}

version '0.6-SNAPSHOT'
version '0.5.3'
group "org.m2ci.msp"
description "Java TextGrid Tools porting"

Expand Down

0 comments on commit 488bf4c

Please sign in to comment.