Skip to content

Commit

Permalink
🔖 1.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ChunMengLu committed Jul 24, 2022
1 parent 9712e38 commit 5e62be8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<dependency>
<groupId>net.dreamlu</groupId>
<artifactId>mica-mqtt-client-spring-boot-starter</artifactId>
<version>1.3.6</version>
<version>1.3.7</version>
</dependency>
```

Expand All @@ -66,7 +66,7 @@
<dependency>
<groupId>net.dreamlu</groupId>
<artifactId>mica-mqtt-server-spring-boot-starter</artifactId>
<version>1.3.6</version>
<version>1.3.7</version>
</dependency>
```

Expand All @@ -77,7 +77,7 @@
<dependency>
<groupId>net.dreamlu</groupId>
<artifactId>mica-mqtt-core</artifactId>
<version>1.3.6</version>
<version>1.3.7</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<properties>
<!-- mica-mqtt version -->
<revision>1.3.7-SNAPSHOT</revision>
<revision>1.3.7</revision>
<!-- java version -->
<java.version>1.8</java.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit 5e62be8

Please sign in to comment.