Skip to content

Commit

Permalink
update version to v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
colinzhu committed Jun 1, 2023
1 parent d9be71c commit cfba350
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Step 1: Add the dependency into your project:
<dependency>
<groupId>io.github.colinzhu</groupId>
<artifactId>web-console</artifactId>
<version>0.1.0</version>
<version>0.1.2</version>
</dependency>
```
Step 2: write a method which wraps the original task using `WebConsole.start(...)` like below.
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>io.github.colinzhu</groupId>
<artifactId>web-console</artifactId>
<version>0.1.1</version>
<version>0.1.2</version>
<packaging>jar</packaging>

<name>Web Console</name>
Expand Down

0 comments on commit cfba350

Please sign in to comment.