Skip to content
This repository has been archived by the owner on Aug 9, 2024. It is now read-only.

Commit

Permalink
build(lib): Release 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
xuxiaocheng0201 committed Mar 9, 2024
1 parent d569140 commit e171176
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.2.2] - 2024-3-10

### Added

* 添加注销 unregister 接口

### Changed

* 优化文档
* 添加 web api 长度限制

## [1.2.1] - 2024-3-5

Expand All @@ -22,7 +29,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

* 添加登出接口
* 添加登出 logout 接口

### Changed

Expand Down
2 changes: 1 addition & 1 deletion src/com/xuxiaocheng/wlist/api/common/Marks.java
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ private Marks() {
/**
* The web api version.
*/
public static final String WEB_API_VERSION = "0.4.1";
public static final String WEB_API_VERSION = "0.5.0";
/**
* The web api impl version.
*/
Expand Down

0 comments on commit e171176

Please sign in to comment.