From bea5067eab8228cb71d026d4dfb14cd2a9a7dc48 Mon Sep 17 00:00:00 2001 From: Abdou TOP Date: Wed, 4 Feb 2026 09:32:02 +0000 Subject: [PATCH] chore(api): bump version to 0.1.6 --- api/deno.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/deno.json b/api/deno.json index ed534c3..604b180 100644 --- a/api/deno.json +++ b/api/deno.json @@ -4,7 +4,7 @@ "@std/http": "jsr:@std/http@^1.0.22" }, "name": "@01edu/api", - "version": "0.1.5", + "version": "0.1.6", "license": "MIT", "exports": { "./context": "./context.ts",