Skip to content

Commit

Permalink
chore: bump version to 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ybw0014 committed Jan 17, 2025
1 parent ff62089 commit 0fb076b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@
## 2.2.0

- Added `guizhanlib-libraris` module, which contains a custom LibraryManager that supports loading/downloading libraries from the server root directory.
- Lowered Java version to 17.

- 添加 `guizhanlib-libraris` 模块,其中包含一个自定义的 LibraryManager,支持从服务器根目录加载/下载库。
- 降低 Java 版本至 17。

## 2.1.0

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ A Java library that helps developing Slimefun addons.

### Maven

Add `guizhanlib-all` (which includes all sub modules) or respective modules as dependency:
`guizhanlib-all`(包含所有包)或者指定的包添加为依赖项
Add `guizhanlib-all` (which includes all sub modules) or **the modules you need** as dependency:
`guizhanlib-all`(包含所有包)或者你需要使用的包添加为依赖项

```
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=2.2.0-SNAPSHOT
version=2.2.0

0 comments on commit 0fb076b

Please sign in to comment.