From bfc0eb7e45dc5f74129878c0a5eaf1de90b4a99e Mon Sep 17 00:00:00 2001 From: Sven Weidauer Date: Tue, 7 Jun 2022 10:16:36 +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 677e689..9bd2244 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - format-staged (0.1.1) + format-staged (0.1.2) colorize GEM diff --git a/lib/format-staged/version.rb b/lib/format-staged/version.rb index ff59012..d9e035e 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.1.1' + VERSION = '0.1.2' end