Skip to content

Commit fc5bde4

Browse files
committed
release: update to version 0.1.1
1 parent 41521e2 commit fc5bde4

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Add the following dependency to your `pom.xml`:
3434
<dependency>
3535
<groupId>org.mvnsearch</groupId>
3636
<artifactId>dotenvx-spring-boot-starter</artifactId>
37-
<version>0.1.0</version>
37+
<version>0.1.1</version>
3838
</dependency>
3939
```
4040

dotenvx-spring-boot-starter/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.mvnsearch</groupId>
77
<artifactId>dotenvx-spring-boot-parent</artifactId>
8-
<version>0.1.0</version>
8+
<version>0.1.1</version>
99
</parent>
1010

1111
<artifactId>dotenvx-spring-boot-starter</artifactId>
@@ -18,7 +18,7 @@
1818
<dependency>
1919
<groupId>org.mvnsearch</groupId>
2020
<artifactId>dotenvx-spring-boot</artifactId>
21-
<version>0.1.0</version>
21+
<version>0.1.1</version>
2222
</dependency>
2323
<dependency>
2424
<groupId>org.springframework.boot</groupId>

dotenvx-spring-boot/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.mvnsearch</groupId>
88
<artifactId>dotenvx-spring-boot-parent</artifactId>
9-
<version>0.1.0</version>
9+
<version>0.1.1</version>
1010
</parent>
1111

1212
<artifactId>dotenvx-spring-boot</artifactId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<groupId>org.mvnsearch</groupId>
77
<artifactId>dotenvx-spring-boot-parent</artifactId>
88
<packaging>pom</packaging>
9-
<version>0.1.0</version>
9+
<version>0.1.1</version>
1010

1111
<name>Dotenvx Spring Boot Parent</name>
1212
<description>Spring Boot with Dotenvx support to decrypt `encrypted:` items from Spring Boot Configuration files.

0 commit comments

Comments
 (0)