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"