From 272be98ec854b0cd240fe392101cf02a207c29df Mon Sep 17 00:00:00 2001 From: Marshall Bowers Date: Fri, 19 Jul 2024 09:13:23 -0400 Subject: [PATCH] php: Bump to v0.1.2 (#14808) This PR bumps the PHP extension to v0.1.2. Changes: - #14806 Release Notes: - N/A --- Cargo.lock | 2 +- extensions/php/Cargo.toml | 2 +- extensions/php/extension.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 042f6b69d9..dfc10e62fa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -13875,7 +13875,7 @@ dependencies = [ [[package]] name = "zed_php" -version = "0.1.1" +version = "0.1.2" dependencies = [ "zed_extension_api 0.0.6", ] diff --git a/extensions/php/Cargo.toml b/extensions/php/Cargo.toml index 7701f7d440..24bcd6aafe 100644 --- a/extensions/php/Cargo.toml +++ b/extensions/php/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zed_php" -version = "0.1.1" +version = "0.1.2" edition = "2021" publish = false license = "Apache-2.0" diff --git a/extensions/php/extension.toml b/extensions/php/extension.toml index d87b4d9ad7..7d9d438ce6 100644 --- a/extensions/php/extension.toml +++ b/extensions/php/extension.toml @@ -1,7 +1,7 @@ id = "php" name = "PHP" description = "PHP support." -version = "0.1.1" +version = "0.1.2" schema_version = 1 authors = ["Piotr Osiewicz "] repository = "https://github.com/zed-industries/zed"