Skip to content

Commit

Permalink
upgrade version to 2.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
MisterChangRay committed Jun 6, 2024
1 parent 8816fbe commit 7a2aa7d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Maven projects can be imported directly:
<dependency>
<groupId>io.github.misterchangray</groupId>
<artifactId>magic-byte</artifactId>
<version>2.4.2</version>
<version>2.4.4</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Maven项目可直接导入:
<dependency>
<groupId>io.github.misterchangray</groupId>
<artifactId>magic-byte</artifactId>
<version>2.4.2</version>
<version>2.4.4</version>
</dependency>
```

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.misterchangray</groupId>
<artifactId>magic-byte</artifactId>
<version>2.4.3</version>
<version>2.4.4</version>

<name>magic-byte</name>
<description>A java tool class to byte stream</description>
Expand Down

0 comments on commit 7a2aa7d

Please sign in to comment.