From bb20ab3d4a23d8b61a5f1f1cee5d264501560827 Mon Sep 17 00:00:00 2001 From: "zed-zippy[bot]" <234243425+zed-zippy[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 10:13:01 +0000 Subject: [PATCH] Bump version to 0.1.5 --- Cargo.toml | 2 +- extension.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 8e5e2fc..95b690a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "harper_zed" -version = "0.1.4" +version = "0.1.5" edition = "2024" publish = false diff --git a/extension.toml b/extension.toml index 41bb707..62294a9 100644 --- a/extension.toml +++ b/extension.toml @@ -1,6 +1,6 @@ id = "harper" name = "harper" -version = "0.1.4" +version = "0.1.5" schema_version = 1 authors = ["Stef Robbe "] description = "Fast, offline, grammar & spelling checker using the privacy-first Harper language server by Automattic"