Skip to content

Commit 0a4385a

Browse files
committed
release: update to version 0.1.2
1 parent c444253 commit 0a4385a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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.1</version>
8+
<version>0.1.2</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.1</version>
21+
<version>0.1.2</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.1</version>
9+
<version>0.1.2</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.1</version>
9+
<version>0.1.2</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)