Skip to content

Commit

Permalink
v0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
aalin committed Dec 10, 2023
1 parent 4b64861 commit 5a9d3a1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion lib/mayu/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
# frozen_string_literal: true

module Mayu
VERSION = "0.0.3"
VERSION = "0.0.4"
end
2 changes: 1 addition & 1 deletion mayu-live.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 5a9d3a1

Please sign in to comment.