From 46067125c2fcc7c3be7a4bbc3bd09d707a5e1bad Mon Sep 17 00:00:00 2001 From: Quentin Rousseau Date: Thu, 4 Jan 2024 03:22:04 -0800 Subject: [PATCH] Bump version to 1.0.0 --- lib/omniauth-trello/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/omniauth-trello/version.rb b/lib/omniauth-trello/version.rb index 7586680..3da7595 100644 --- a/lib/omniauth-trello/version.rb +++ b/lib/omniauth-trello/version.rb @@ -1,5 +1,5 @@ module Omniauth module Trello - VERSION = "0.0.5" + VERSION = "1.0.0" end end