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