diff --git a/herdr-plugin.toml b/herdr-plugin.toml index 144faf1..6a650ba 100644 --- a/herdr-plugin.toml +++ b/herdr-plugin.toml @@ -1,6 +1,6 @@ id = "jhochenbaum.hunkdiff" name = "hunk" -version = "0.2.0" +version = "0.2.1" # Requires plugin-root-relative action commands and reliable agent prompt submission from Herdr 0.8. min_herdr_version = "0.8.0" diff --git a/package-lock.json b/package-lock.json index 7ea8fdd..3f3d1a0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "herdr-hunk-diff", - "version": "0.2.0", + "version": "0.2.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "herdr-hunk-diff", - "version": "0.2.0", + "version": "0.2.1", "license": "MIT", "dependencies": { "hunkdiff": "0.20.1", diff --git a/package.json b/package.json index 82ed182..fbc95e1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "herdr-hunk-diff", - "version": "0.2.0", + "version": "0.2.1", "description": "A herdr plugin that reviews agent-authored diffs in hunk and sends your inline comments back to the agent that wrote them.", "license": "MIT", "author": "Jordan Hochenbaum",