From 4e7dd65a24cbd41722262969690762465e7b5111 Mon Sep 17 00:00:00 2001 From: Andreas Alin Date: Thu, 9 Feb 2023 15:11:57 -0500 Subject: [PATCH] Version 0.0.2 --- Gemfile.lock | 2 +- lib/mayu/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index c95fd534..90dab12a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - mayu-live (0.0.1) + mayu-live (0.0.2) async (~> 2.3.0) async-container (~> 0.16.12) async-http (~> 0.59.4) diff --git a/lib/mayu/version.rb b/lib/mayu/version.rb index 6124d96b..6f1139f1 100644 --- a/lib/mayu/version.rb +++ b/lib/mayu/version.rb @@ -2,5 +2,5 @@ # frozen_string_literal: true module Mayu - VERSION = "0.0.1" + VERSION = "0.0.2" end