Skip to content

Commit fce743c

Browse files
committed
chore(release): v0.0.3
1 parent b6a1296 commit fce743c

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [0.0.3](https://github.com/PowerBotKit/botbuilder-spring-boot/compare/v0.0.2...v0.0.3) (2022-01-06)
2+
3+
4+
15
## [0.0.2](https://github.com/PowerBotKit/botbuilder-spring-boot/compare/v0.0.1...v0.0.2) (2021-09-24)
26

37

botbuilder-spring-boot-autoconfig/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>botbuilder-spring-boot</artifactId>
55
<groupId>io.github.powerbotkit</groupId>
6-
<version>0.0.2</version>
6+
<version>0.0.3</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<name>botbuilder-spring-boot-autoconfig</name>

botbuilder-spring-boot-starter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>botbuilder-spring-boot</artifactId>
55
<groupId>io.github.powerbotkit</groupId>
6-
<version>0.0.2</version>
6+
<version>0.0.3</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<name>botbuilder-spring-boot-starter</name>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>io.github.powerbotkit</groupId>
55
<artifactId>botbuilder-spring-boot</artifactId>
66
<packaging>pom</packaging>
7-
<version>0.0.2</version>
7+
<version>0.0.3</version>
88
<name>botbuilder-spring-boot</name>
99
<description>a simple starter for spring boot and bot framework</description>
1010
<url>https://github.com/PowerBotKit/botbuilder-spring-boot</url>

0 commit comments

Comments
 (0)