Skip to content

Commit 6e10ac0

Browse files
committed
chore(plugin): 更新插件版本至 1.2.1,调整最低 redc 版本要求至 3.3.7
1 parent 1d09d05 commit 6e10ac0

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

plugins/redc-plugin-pojun-proxy/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ pojun-proxy/
1717

1818
## 依赖
1919

20-
- redc `3.3.8` 或更高版本
20+
- redc `3.3.7` 或更高版本
2121
- 无额外命令行依赖;插件使用 redc 的 Go Template 引擎,可在 Windows、macOS 和 Linux 运行
2222

2323
## 安装

plugins/redc-plugin-pojun-proxy/plugin.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "redc-plugin-pojun-proxy",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "为 PoJun Worker 生成安全、可校验的 Shadowsocks 代理节点 Bundle",
55
"description_en": "Generate a private, verifiable Shadowsocks proxy bundle for PoJun Workers",
66
"author": "wgpsec",
77
"homepage": "https://github.com/wgpsec/redc-template",
88
"category": "proxy",
99
"tags": ["pojun", "proxy", "shadowsocks", "mihomo"],
10-
"min_redc_version": "3.3.8",
10+
"min_redc_version": "3.3.7",
1111
"capabilities": {
1212
"hooks": {
1313
"post-apply": {

plugins/redc-plugin-pojun-proxy/tests/post-apply_test.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -366,8 +366,8 @@ test_plugin_metadata_and_aliyun_binding() {
366366
[[ -f "$manifest" ]] || fail "plugin.json is missing"
367367
jq -e '
368368
.name == "redc-plugin-pojun-proxy" and
369-
.version == "1.2.0" and
370-
.min_redc_version == "3.3.8" and
369+
.version == "1.2.1" and
370+
.min_redc_version == "3.3.7" and
371371
.capabilities.hooks["post-apply"].type == "template" and
372372
.capabilities.hooks["post-apply"].template == "hooks/post-apply.tmpl" and
373373
.capabilities.hooks["post-apply"].output == ""

0 commit comments

Comments
 (0)