From 212c8f4c31ef10caf7974631463c3881bdab2def Mon Sep 17 00:00:00 2001 From: Nathan Igo <104760412+ninlds@users.noreply.github.com> Date: Thu, 27 Feb 2025 22:38:55 -0300 Subject: [PATCH] html: Bump to v0.1.6 (#25791) Includes: - #25130 Release Notes: - N/A --- Cargo.lock | 2 +- extensions/html/Cargo.toml | 2 +- extensions/html/extension.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ba370d32f9..04cfb6d6a7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -16964,7 +16964,7 @@ dependencies = [ [[package]] name = "zed_html" -version = "0.1.5" +version = "0.1.6" dependencies = [ "zed_extension_api 0.1.0", ] diff --git a/extensions/html/Cargo.toml b/extensions/html/Cargo.toml index d295de7e2a..4d893ab7a1 100644 --- a/extensions/html/Cargo.toml +++ b/extensions/html/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zed_html" -version = "0.1.5" +version = "0.1.6" edition.workspace = true publish.workspace = true license = "Apache-2.0" diff --git a/extensions/html/extension.toml b/extensions/html/extension.toml index 345b25089f..1bef831b67 100644 --- a/extensions/html/extension.toml +++ b/extensions/html/extension.toml @@ -1,7 +1,7 @@ id = "html" name = "HTML" description = "HTML support." -version = "0.1.5" +version = "0.1.6" schema_version = 1 authors = ["Isaac Clayton "] repository = "https://github.com/zed-industries/zed"