From 9c9eb68f46df763af2e33c31a9cd2341e3ae5b3f Mon Sep 17 00:00:00 2001 From: oliver-oloughlin Date: Wed, 6 Mar 2024 01:23:36 +0100 Subject: [PATCH] chore: incremented version & added score badge --- README.md | 1 + deno.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 96bed38..4aa3b05 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # kvdex [![Release](https://img.shields.io/github/release/oliver-oloughlin/kvdex)](https://github.com/oliver-oloughlin/kvdex/releases) +[![Score](https://jsr.io/badges/@olli/kvdex/score)](https://jsr.io/@olli/kvdex/score) [![Tests](https://img.shields.io/github/actions/workflow/status/oliver-oloughlin/kvdex/test.yml?label=tests)](https://github.com/oliver-oloughlin/kvdex/actions/workflows/test.yml) [![License](https://img.shields.io/github/license/oliver-oloughlin/kvdex)](https://github.com/oliver-oloughlin/kvdex/blob/main/LICENSE) diff --git a/deno.json b/deno.json index bcf39e6..7239f30 100644 --- a/deno.json +++ b/deno.json @@ -1,6 +1,6 @@ { "name": "@olli/kvdex", - "version": "0.35.0", + "version": "0.35.1", "exports": { ".": "./mod.ts", "./ext/zod": "./ext/zod.ts",