diff --git a/README.md b/README.md index 97fb8ee..06c8292 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # kvdex +[![Release](https://img.shields.io/github/release/oliver-oloughlin/kvdex)](https://github.com/oliver-oloughlin/kvdex/releases) +[![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) + `kvdex` is a high-level abstraction layer for Deno KV with zero third-party dependencies by default. It's purpose is to enhance the experience of using Deno's KV store through additional features such as indexing, strongly typed diff --git a/deno.json b/deno.json index 9b8046e..d39efb3 100644 --- a/deno.json +++ b/deno.json @@ -1,6 +1,6 @@ { "name": "@olli/kvdex", - "version": "0.34.3", + "version": "0.34.4", "exports": { ".": "./mod.ts", "./ext/zod": "./ext/zod.ts",