From 220a5f16e694cb963b5df4a341f2ec2ab8c39f79 Mon Sep 17 00:00:00 2001 From: Nick Z <2420177+nickzelei@users.noreply.github.com> Date: Mon, 23 Oct 2023 14:57:58 -0700 Subject: [PATCH] bumps version of sqlc and ctlptl for readme generation --- src/ctlptl/devcontainer-feature.json | 2 +- src/sqlc/devcontainer-feature.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ctlptl/devcontainer-feature.json b/src/ctlptl/devcontainer-feature.json index 2915af6..0ece015 100644 --- a/src/ctlptl/devcontainer-feature.json +++ b/src/ctlptl/devcontainer-feature.json @@ -1,7 +1,7 @@ { "id": "ctlptl", "name": "ctlptl", - "version": "0.1.0", + "version": "0.1.1", "description": "Making local Kubernetes clusters fun and easy to set up", "documentationURL": "https://github.com/tilt-dev/ctlptl", "options": { diff --git a/src/sqlc/devcontainer-feature.json b/src/sqlc/devcontainer-feature.json index cc8c47d..5c2f84f 100644 --- a/src/sqlc/devcontainer-feature.json +++ b/src/sqlc/devcontainer-feature.json @@ -1,7 +1,7 @@ { "id": "sqlc", "name": "sqlc", - "version": "1.0.0", + "version": "1.0.1", "description": "Generate type-safe code from SQL", "documentationURL": "https://docs.sqlc.dev/en/stable", "options": {