From 7dfbbb3410f7c4a23c6be013e8efeef37a33b0bc Mon Sep 17 00:00:00 2001 From: "Nate Hopkins (hopsoft)" Date: Tue, 7 Feb 2023 15:08:56 -0700 Subject: [PATCH] Version bump --- README.md | 2 +- lib/turbo_boost/elements/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 14c75c8..46e7355 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@

- Lines of Code + Lines of Code diff --git a/lib/turbo_boost/elements/version.rb b/lib/turbo_boost/elements/version.rb index 9189dae..0d39559 100644 --- a/lib/turbo_boost/elements/version.rb +++ b/lib/turbo_boost/elements/version.rb @@ -2,6 +2,6 @@ module TurboBoost module Elements - VERSION = "0.0.11" + VERSION = "0.0.12" end end