Skip to content

Commit e571485

Browse files
authored
chore: Bump Halo target version to 2.24 (#106)
1 parent 40985a9 commit e571485

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
![GitHub all releases](https://img.shields.io/github/downloads/HowieHz/halo-plugin-extra-api/total)
55
![GitHub release (latest by date)](https://img.shields.io/github/downloads/HowieHz/halo-plugin-extra-api/latest/total)
66
![GitHub repo size](https://img.shields.io/github/repo-size/HowieHz/halo-plugin-extra-api)
7-
[![Halo Version](https://img.shields.io/badge/Halo-2.22.0+-brightgreen.svg)](https://halo.run)
7+
[![Halo Version](https://img.shields.io/badge/Halo-2.24.0+-brightgreen.svg)](https://halo.run)
88

99
## 简介
1010

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,5 +387,5 @@ tasks.register('buildLite') {
387387
}
388388

389389
halo {
390-
version = '2.23.1' // 目标 Halo 版本
390+
version = '2.24' // 目标 Halo 版本
391391
}

src/main/resources/plugin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ metadata:
99
store.halo.run/app-id: app-di1jh8gd
1010
spec:
1111
enabled: true
12-
requires: ">=2.23.1"
12+
requires: ">=2.24.0"
1313
author:
1414
name: HowieHz
1515
website: https://github.com/HowieHz

0 commit comments

Comments
 (0)