From 8e394a24da469438afad9b84706efb8399e9f559 Mon Sep 17 00:00:00 2001 From: Midkard <33955502+Midkard@users.noreply.github.com> Date: Fri, 17 Nov 2023 12:21:43 +0300 Subject: [PATCH] Update devcontainer-template.json --- src/wp-mysql/devcontainer-template.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-mysql/devcontainer-template.json b/src/wp-mysql/devcontainer-template.json index 1f69568..0ed87c3 100644 --- a/src/wp-mysql/devcontainer-template.json +++ b/src/wp-mysql/devcontainer-template.json @@ -1,6 +1,6 @@ { "id": "wp-mysql", - "version": "0.1.0", + "version": "0.1.1", "name": "WP & MySQL", "description": "Develop WP applications with MySQL.", "documentationURL": "https://github.com/wpdevenv/dev_container_templates/tree/main/src/wp-mysql",