From 060a4a24ae0cd9b00a0c3e29d28bfd27a653ce24 Mon Sep 17 00:00:00 2001 From: Ogulcan Aydogan Date: Sun, 15 Mar 2026 11:16:47 +0000 Subject: [PATCH] fix: correct funding.json version field for FLOSS/fund compatibility Change version from "1.0.0" to "v1" as required by the FLOSS/fund directory submission validator. --- funding.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/funding.json b/funding.json index d7495d4..f38bf4b 100644 --- a/funding.json +++ b/funding.json @@ -1,6 +1,6 @@ { "$schema": "https://schema.fundingjson.org/v1.1.0.schema.json", - "version": "1.0.0", + "version": "v1", "entity": { "type": "individual", "role": "owner",