From cd2dddcb3ead6a9b4fbefb7b478010b19255f96e Mon Sep 17 00:00:00 2001 From: Sven Weidauer Date: Mon, 6 Jun 2022 11:56:07 +0200 Subject: [PATCH] Bump version --- Gemfile.lock | 2 +- lib/format-staged/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 01a5147..3ee6feb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - format-staged (0.0.3) + format-staged (0.1.0) colorize GEM diff --git a/lib/format-staged/version.rb b/lib/format-staged/version.rb index bcc8b1a..06bba8d 100644 --- a/lib/format-staged/version.rb +++ b/lib/format-staged/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module FormatStaged - VERSION = '0.0.3' + VERSION = '0.1.0' end