From 5ac20c10b91d990599de1ec1104dbb17acdc3d61 Mon Sep 17 00:00:00 2001 From: "Nate Hopkins (hopsoft)" Date: Thu, 9 Feb 2023 12:08:32 -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 2aa283b..b5a8ca7 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 c6293c0..dfa1b3b 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.13" + VERSION = "0.0.14" end end