Skip to content

Commit 16602bb

Browse files
committed
chore: 更新版本号至 v1.1.16
1 parent 3c238e2 commit 16602bb

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.1.16] - 2026-03-01
11+
12+
### Changed
13+
14+
- 版本更新
15+
1016
## [1.1.15] - 2026-02-28
1117

1218
### Changed
@@ -323,7 +329,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
323329
- Minimum PHP version requirement raised to 8.2
324330
- Minimum Laravel version requirement raised to 12.0
325331

326-
[Unreleased]: https://github.com/dcat-x/dcat-admin/compare/v1.1.15...HEAD
332+
[Unreleased]: https://github.com/dcat-x/dcat-admin/compare/v1.1.16...HEAD
333+
[1.1.16]: https://github.com/dcat-x/dcat-admin/compare/v1.1.15...v1.1.16
327334
[1.1.15]: https://github.com/dcat-x/dcat-admin/compare/v1.1.14...v1.1.15
328335
[1.1.14]: https://github.com/dcat-x/dcat-admin/compare/v1.1.13...v1.1.14
329336
[1.1.13]: https://github.com/dcat-x/dcat-admin/compare/v1.1.12...v1.1.13

src/Admin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class Admin
3131
use HasAssets;
3232
use HasHtml;
3333

34-
const VERSION = '1.1.15';
34+
const VERSION = '1.1.16';
3535

3636
const SECTION = [
3737
// 往 <head> 标签内输入内容

0 commit comments

Comments
 (0)