Version 0.1.1

This commit is contained in:
Stefan Kalscheuer 2016-06-20 16:29:54 +02:00
parent 30ac23203d
commit a5e31a0b7b
2 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@ String secret = vault.readSecret("some/secret/key").getValue();
<dependency> <dependency>
<groupId>de.stklcode.jvault</groupId> <groupId>de.stklcode.jvault</groupId>
<artifactId>connector</artifactId> <artifactId>connector</artifactId>
<version>0.1</version> <version>0.1.1</version>
</dependency> </dependency>
``` ```

View File

@ -6,7 +6,7 @@
<groupId>de.stklcode.jvault</groupId> <groupId>de.stklcode.jvault</groupId>
<artifactId>connector</artifactId> <artifactId>connector</artifactId>
<version>0.1</version> <version>0.1.1</version>
<build> <build>
<plugins> <plugins>