From c1dc923947b6f9bc866394042c3802124a9fc989 Mon Sep 17 00:00:00 2001 From: matifali Date: Thu, 14 Mar 2024 21:31:06 +0000 Subject: [PATCH] chore: bump version to 1.0.9 in README.md files --- git-commit-signing/README.md | 2 +- jetbrains-gateway/README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/git-commit-signing/README.md b/git-commit-signing/README.md index ada6110..47bc324 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.3" + version = "1.0.9" agent_id = coder_agent.example.id } ``` diff --git a/jetbrains-gateway/README.md b/jetbrains-gateway/README.md index be30a67..1717de7 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.8" + version = "1.0.9" 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.8" + version = "1.0.9" agent_id = coder_agent.example.id agent_name = "example" folder = "/home/coder/example"