diff --git a/deno.json b/deno.json index d3fc60e..e5b9154 100644 --- a/deno.json +++ b/deno.json @@ -1,6 +1,6 @@ { "name": "@aralroca/diff-dom-streaming", - "version": "0.5.0", + "version": "0.5.1", "exports": { ".": "./src/index.ts", "./types": "./index.d.ts" diff --git a/package.json b/package.json index 19d7ede..52bd5ed 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "diff-dom-streaming", - "version": "0.5.0", + "version": "0.5.1", "bugs": "https://github.com/aralroca/diff-dom-streaming/issues", "description": "Diff DOM algorithm with streaming. Gets all modifications, insertions and removals between a DOM fragment and a stream HTML reader.", "keywords": [