Skip to content

Commit 6e33ece

Browse files
author
Daniel Skogquist Åborg
committed
Update version for release.
1 parent ad397c5 commit 6e33ece

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ To install in maven, use the maven central dependency:
4949
<dependency>
5050
<groupId>org.d2ab</groupId>
5151
<artifactId>sequence</artifactId>
52-
<version>1.0.0</version>
52+
<version>1.0.1</version>
5353
</dependency>
5454
```
5555

@@ -63,7 +63,7 @@ repositories {
6363
}
6464
6565
dependencies {
66-
compile 'org.d2ab:sequence:1.0.0'
66+
compile 'org.d2ab:sequence:1.0.1'
6767
}
6868
```
6969

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ apply plugin: 'java-library-distribution'
1919
apply plugin: 'maven'
2020
apply plugin: 'signing'
2121

22-
version = '0.15.0'
22+
version = '1.0.1'
2323
group = 'org.d2ab'
2424
archivesBaseName = project.name
2525

0 commit comments

Comments
 (0)