From 16f82c44a93e71264111119184d9b9e90e921517 Mon Sep 17 00:00:00 2001 From: Mpampis Kostas Date: Wed, 7 Apr 2021 09:26:55 +0300 Subject: [PATCH] Bump version to 1.0.1 --- Gemfile.lock | 2 +- lib/prosopite/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 1054a1d..4aae101 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - prosopite (1.0.0) + prosopite (1.0.1) GEM remote: https://rubygems.org/ diff --git a/lib/prosopite/version.rb b/lib/prosopite/version.rb index 8447203..5133aea 100644 --- a/lib/prosopite/version.rb +++ b/lib/prosopite/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Prosopite - VERSION = "1.0.0" + VERSION = "1.0.1" end