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