From df8e7daa9a7561628a6e68689526f13f952b4280 Mon Sep 17 00:00:00 2001 From: Andreas Alin Date: Sat, 10 Jun 2023 08:41:57 -0500 Subject: [PATCH] v0.0.3 --- Gemfile.lock | 2 +- lib/mayu/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 618e9d06..fd6653e8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - mayu-live (0.0.2) + mayu-live (0.0.3) 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 6f1139f1..2a222958 100644 --- a/lib/mayu/version.rb +++ b/lib/mayu/version.rb @@ -2,5 +2,5 @@ # frozen_string_literal: true module Mayu - VERSION = "0.0.2" + VERSION = "0.0.3" end