Skip to content

Commit b3f415a

Browse files
Merge pull request #12 from sideshowcoder/sideshowcoder/publish-1.0.1
version 1.0.1 supporting Java 8
2 parents 32078e7 + 4ba379b commit b3f415a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Currently only [flagd][2] and the SDKs [InMemoryProvider][3] providers are suppo
1717
<dependency>
1818
<groupId>io.github.sideshowcoder</groupId>
1919
<artifactId>dropwizard-openfeature</artifactId>
20-
<version>1.0.0</version>
20+
<version>1.0.1</version>
2121
</dependency>
2222
```
2323

@@ -35,7 +35,7 @@ After installing the plugin locally you can include it in your `pom.xml`
3535
<dependency>
3636
<groupId>io.github.sideshowcoder</groupId>
3737
<artifactId>dropwizard-openfeature</artifactId>
38-
<version>1.0.0-SNAPSHOT</version>
38+
<version>1.0.1</version>
3939
</dependency>
4040
```
4141

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>io.github.sideshowcoder</groupId>
88
<artifactId>dropwizard-openfeature</artifactId>
9-
<version>1.0.1-SNAPSHOT</version>
9+
<version>1.0.1</version>
1010
<packaging>jar</packaging>
1111

1212
<name>dropwizard-openfeature</name>

0 commit comments

Comments
 (0)