Skip to content

Commit

Permalink
Release v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vdurmont committed Mar 13, 2016
1 parent c249a7b commit 95dc607
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v2.0.1

* Fix ranges support for versions with suffix tokens

## v2.0.0

* Java 6 support
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ Add the dependency to your project:
<dependency>
<groupId>com.vdurmont</groupId>
<artifactId>semver4j</artifactId>
<version>2.0.0</version>
<version>2.0.1</version>
</dependency>
```

#### Using gradle

```xml
compile 'com.vdurmont:semver4j:2.0.0'
compile 'com.vdurmont:semver4j:2.0.1'
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.vdurmont</groupId>
<artifactId>semver4j</artifactId>
<version>2.0.1-SNAPSHOT</version>
<version>2.0.1</version>
<packaging>jar</packaging>

<name>semver4j</name>
Expand Down

0 comments on commit 95dc607

Please sign in to comment.