Skip to content

Commit d4e849d

Browse files
committed
Upgrade pagx cli version to 0.2.13.
1 parent dc83275 commit d4e849d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.codebuddy/skills/pagx/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ relevant reference:
2828
Before running any `pagx` command, ensure it is installed and meets the minimum version:
2929

3030
```bash
31-
PAGX_MIN="0.1.8"
31+
PAGX_MIN="0.2.13"
3232
if ! command -v pagx &>/dev/null; then
3333
npm install -g @libpag/pagx
3434
elif [ "$(printf '%s\n' "$PAGX_MIN" "$(pagx -v | awk '{print $2}')" | sort -V | head -1)" != "$PAGX_MIN" ]; then

cli/npm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@libpag/pagx",
3-
"version": "0.1.8",
3+
"version": "0.2.13",
44
"description": "PAGX command-line tool for validation, rendering, optimization and formatting",
55
"license": "Apache-2.0",
66
"repository": {

0 commit comments

Comments
 (0)