From ac783e7d6f44d2100a2a77d3b8f982969f6a2653 Mon Sep 17 00:00:00 2001 From: Hasan <45375125+hasanaburayyan@users.noreply.github.com> Date: Sun, 18 Feb 2024 00:13:44 -0500 Subject: [PATCH] fix(containers): cannot publish over existing version (#83) --- containers/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containers/package.json b/containers/package.json index 69373395..a36a3b4f 100644 --- a/containers/package.json +++ b/containers/package.json @@ -1,6 +1,6 @@ { "name": "@winglibs/containers", - "version": "0.0.20", + "version": "0.0.21", "description": "Container support for Wing", "repository": { "type": "git",