From 1528067ffb024fed0b3cf8b9d6e563ce7399975a Mon Sep 17 00:00:00 2001 From: "Tj (bougyman) Vanderpoel" Date: Mon, 3 Nov 2025 15:55:48 -0600 Subject: [PATCH] fix: Corrects publisher for gem --- ci/publish-gem.sh | 2 +- lib/linear/cli/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/publish-gem.sh b/ci/publish-gem.sh index adee0db..ee4b8ef 100755 --- a/ci/publish-gem.sh +++ b/ci/publish-gem.sh @@ -19,7 +19,7 @@ here=$(cd "$(dirname "$me")" && pwd) root=$(cd "$here/.." && pwd) just_me=$(basename "$me") -: "${GEM_NAME:=leopard}" +: "${GEM_NAME:=linear-cli}" : "${GIT_ORG:=rubyists}" GEM_HOST=$1 diff --git a/lib/linear/cli/version.rb b/lib/linear/cli/version.rb index 6458685..0e5c8f6 100644 --- a/lib/linear/cli/version.rb +++ b/lib/linear/cli/version.rb @@ -3,7 +3,7 @@ module Rubyists module Linear # x-release-please-start-version - VERSION = '1.0.0' + VERSION = '2.0.1' # x-release-please-end end end