From 496cb0832459fc5e24cce309de74bd57c87ee91e Mon Sep 17 00:00:00 2001 From: Sven Weidauer Date: Tue, 7 Jun 2022 09:48:19 +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 3ee6feb..677e689 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - format-staged (0.1.0) + format-staged (0.1.1) colorize GEM diff --git a/lib/format-staged/version.rb b/lib/format-staged/version.rb index 06bba8d..ff59012 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.0' + VERSION = '0.1.1' end