From 19bee73fd14f3dacc74d6e7e3c844eb902f8cb03 Mon Sep 17 00:00:00 2001 From: Savannah Albanez Date: Wed, 24 May 2023 08:31:08 -0500 Subject: [PATCH] Updating to version 0.2.0 --- Gemfile.lock | 3 ++- lib/chat_notifier/version.rb | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 73385fc..94df6cd 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - chat_notifier (0.1.0) + chat_notifier (0.2.0) GEM remote: https://rubygems.org/ @@ -29,6 +29,7 @@ GEM simplecov_json_formatter (0.1.4) PLATFORMS + arm64-darwin-21 arm64-darwin-22 x86_64-linux diff --git a/lib/chat_notifier/version.rb b/lib/chat_notifier/version.rb index 831ad84..1c25eed 100644 --- a/lib/chat_notifier/version.rb +++ b/lib/chat_notifier/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module ChatNotifier - VERSION = "0.1.0" + VERSION = "0.2.0" end