From 0d06353c33e0a87ae34b59b9a112fb246a3391a9 Mon Sep 17 00:00:00 2001 From: "Nate Hopkins (hopsoft)" Date: Tue, 7 Feb 2023 19:15:45 -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 46e7355..2aa283b 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 0d39559..c6293c0 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.12" + VERSION = "0.0.13" end end