From 543b9cbe80dc7a51ecfebd378c4873adcb9d0152 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Sat, 8 Feb 2025 09:25:54 +0000 Subject: [PATCH] chore: update SDK settings --- .release-please-manifest.json | 2 +- Gemfile.lock | 2 +- lib/onebusaway/version.rb | 2 +- rbi/lib/onebusaway/version.rbi | 2 +- sig/onebusaway/version.rbs | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c4762802..ba6c3483 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.1-alpha.0" + ".": "0.1.0-alpha.1" } \ No newline at end of file diff --git a/Gemfile.lock b/Gemfile.lock index ce7e33db..191f4673 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -11,7 +11,7 @@ GIT PATH remote: . specs: - onebusaway (0.0.1.pre.alpha.0) + onebusaway (0.1.0.pre.alpha.1) connection_pool GEM diff --git a/lib/onebusaway/version.rb b/lib/onebusaway/version.rb index 84727aec..895f73bd 100644 --- a/lib/onebusaway/version.rb +++ b/lib/onebusaway/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Onebusaway - VERSION = "0.0.1-alpha.0" + VERSION = "0.1.0-alpha.1" end diff --git a/rbi/lib/onebusaway/version.rbi b/rbi/lib/onebusaway/version.rbi index 35ce8541..565ec799 100644 --- a/rbi/lib/onebusaway/version.rbi +++ b/rbi/lib/onebusaway/version.rbi @@ -1,5 +1,5 @@ # typed: strong module Onebusaway - VERSION = "0.0.1-alpha.0" + VERSION = "0.1.0-alpha.1" end diff --git a/sig/onebusaway/version.rbs b/sig/onebusaway/version.rbs index 12f3c639..2f3e6489 100644 --- a/sig/onebusaway/version.rbs +++ b/sig/onebusaway/version.rbs @@ -1,3 +1,3 @@ module Onebusaway - VERSION: "0.0.1-alpha.0" + VERSION: "0.1.0-alpha.1" end