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",