From 5a9d3a10bc2d31ffe9dd91ba74e33423a3f236bf Mon Sep 17 00:00:00 2001 From: Andreas Alin Date: Sun, 10 Dec 2023 10:58:28 -0500 Subject: [PATCH] v0.0.4 --- Gemfile.lock | 2 +- lib/mayu/version.rb | 2 +- mayu-live.gemspec | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index afac88db..f800c3a1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - mayu-live (0.0.3) + mayu-live (0.0.4) 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 2a222958..4d9746d1 100644 --- a/lib/mayu/version.rb +++ b/lib/mayu/version.rb @@ -2,5 +2,5 @@ # frozen_string_literal: true module Mayu - VERSION = "0.0.3" + VERSION = "0.0.4" end diff --git a/mayu-live.gemspec b/mayu-live.gemspec index a94003fd..9bd3c50d 100644 --- a/mayu-live.gemspec +++ b/mayu-live.gemspec @@ -11,7 +11,7 @@ Gem::Specification.new do |spec| spec.summary = "Server side VDOM framework" spec.description = <<~EOF - Mayu Live is a live streaming server side VirtualDOM framework for Ruby, + Mayu Live is a live updating server side VirtualDOM framework for Ruby, inspired by modern frontend tools that exist in the JavaScript ecosystem. EOF