From 04f8f91d5442b5a807c9bcd53f468a47db4db8e1 Mon Sep 17 00:00:00 2001 From: afiw Date: Sat, 14 Feb 2026 22:55:22 +0100 Subject: [PATCH] static/projects/index.sxml: Bump can version to 1.1 --- static/projects/index.sxml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/projects/index.sxml b/static/projects/index.sxml index 5f8e722..ae3be1f 100644 --- a/static/projects/index.sxml +++ b/static/projects/index.sxml @@ -9,5 +9,5 @@ `((title . "projects") (content (ul - ,(aux-project "can" "query filesystem permissions" "1.0") + ,(aux-project "can" "query filesystem permissions" "1.1") ,(aux-project "cwm" "linux port of the openbsd calm window manager" "7.8.1.1"))))