From dfe69f25ce95b2a088b06e1b406eeaf08709f7f3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 11 Apr 2024 02:39:55 +0300 Subject: [PATCH] chore: bump version to 1.0.11 in README.md files (#221) Co-authored-by: matifali --- git-commit-signing/README.md | 2 +- jetbrains-gateway/README.md | 4 ++-- vscode-web/README.md | 8 ++++---- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/git-commit-signing/README.md b/git-commit-signing/README.md index 47bc324..37633a2 100644 --- a/git-commit-signing/README.md +++ b/git-commit-signing/README.md @@ -19,7 +19,7 @@ This module has a chance of conflicting with the user's dotfiles / the personali ```tf module "git-commit-signing" { source = "registry.coder.com/modules/git-commit-signing/coder" - version = "1.0.9" + version = "1.0.11" agent_id = coder_agent.example.id } ``` diff --git a/jetbrains-gateway/README.md b/jetbrains-gateway/README.md index e5cb77f..629afb2 100644 --- a/jetbrains-gateway/README.md +++ b/jetbrains-gateway/README.md @@ -14,7 +14,7 @@ This module adds a JetBrains Gateway Button to open any workspace with a single ```tf module "jetbrains_gateway" { source = "registry.coder.com/modules/jetbrains-gateway/coder" - version = "1.0.9" + version = "1.0.11" agent_id = coder_agent.example.id agent_name = "example" folder = "/home/coder/example" @@ -32,7 +32,7 @@ module "jetbrains_gateway" { ```tf module "jetbrains_gateway" { source = "registry.coder.com/modules/jetbrains-gateway/coder" - version = "1.0.9" + version = "1.0.11" agent_id = coder_agent.example.id agent_name = "example" folder = "/home/coder/example" diff --git a/vscode-web/README.md b/vscode-web/README.md index c10f156..f037607 100644 --- a/vscode-web/README.md +++ b/vscode-web/README.md @@ -14,7 +14,7 @@ Automatically install [Visual Studio Code Server](https://code.visualstudio.com/ ```tf module "vscode-web" { source = "registry.coder.com/modules/vscode-web/coder" - version = "1.0.10" + version = "1.0.11" agent_id = coder_agent.example.id accept_license = true } @@ -29,7 +29,7 @@ module "vscode-web" { ```tf module "vscode-web" { source = "registry.coder.com/modules/vscode-web/coder" - version = "1.0.10" + version = "1.0.11" agent_id = coder_agent.example.id install_prefix = "/home/coder/.vscode-web" folder = "/home/coder" @@ -42,7 +42,7 @@ module "vscode-web" { ```tf module "vscode-web" { source = "registry.coder.com/modules/vscode-web/coder" - version = "1.0.10" + version = "1.0.11" agent_id = coder_agent.example.id extensions = ["github.copilot", "ms-python.python", "ms-toolsai.jupyter"] accept_license = true @@ -56,7 +56,7 @@ Configure VS Code's [settings.json](https://code.visualstudio.com/docs/getstarte ```tf module "vscode-web" { source = "registry.coder.com/modules/vscode-web/coder" - version = "1.0.10" + version = "1.0.11" agent_id = coder_agent.example.id extensions = ["dracula-theme.theme-dracula"] settings = {