diff --git a/DESCRIPTION b/DESCRIPTION
index 8a11d060f..c5a038e02 100644
--- a/DESCRIPTION
+++ b/DESCRIPTION
@@ -1,7 +1,7 @@
Package: mirai
Type: Package
Title: Minimalist Async Evaluation Framework for R
-Version: 1.1.0.9010
+Version: 1.1.1
Description: High-performance parallel code execution and distributed computing.
Designed for simplicity, a 'mirai' evaluates an R expression asynchronously,
on local or network resources, resolving automatically upon completion.
diff --git a/NEWS.md b/NEWS.md
index 77599cbb9..8d45ebe8d 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,6 +1,6 @@
-# mirai 1.1.0.9010 (development)
+# mirai 1.1.1
-* `serialization()` function signature and return value slightly modified for clarify. Successful registration / cancellation mesasges are no longer printed to the console.
+* `serialization()` function signature and return value slightly modified for clarity. Successful registration / cancellation mesasges are no longer printed to the console.
* `dispatcher()` argument 'retry' now defaults to FALSE for consistency with non-dispatcher behaviour.
* `remote_config()` gains argument 'quote' to control whether or not to quote the daemon launch commmand, and now works with Slurm (thanks @michaelmayer2 #119).
* Ephemeral daemons now exit as soon as permissible, eiliminating the 2s linger period.
diff --git a/README.Rmd b/README.Rmd
index 58f889f46..9e9855c40 100644
--- a/README.Rmd
+++ b/README.Rmd
@@ -35,11 +35,10 @@ High-performance parallel code execution and distributed computing.
Designed for simplicity, a 'mirai' evaluates an R expression asynchronously, on local or network resources, resolving automatically upon completion.
Modern networking and concurrency built on [nanonext](https://doi.org/10.5281/zenodo.7903429) and [NNG (Nanomsg Next Gen)](https://nng.nanomsg.org/) ensures reliable and efficient scheduling, over fast inter-process communications or TCP/IP secured by TLS.
-
-> *mirai パッケージを試してみたところ、かなり速くて驚きました*
+### Scale Up in Production
-### Production-Grade Compute
+> *mirai パッケージを試してみたところ、かなり速くて驚きました*
[](https://youtu.be/GhX0PcEm3CY?t=1740)
[](https://youtu.be/cyF2dzloVLo?t=5127)
diff --git a/README.md b/README.md
index aafd31b95..a8aaeedc5 100644
--- a/README.md
+++ b/README.md
@@ -26,11 +26,11 @@ automatically upon completion.
Modern networking and
concurrency built on [nanonext](https://doi.org/10.5281/zenodo.7903429)
and [NNG (Nanomsg Next Gen)](https://nng.nanomsg.org/) ensures reliable
and efficient scheduling, over fast inter-process communications or
-TCP/IP secured by TLS.
+TCP/IP secured by TLS.
-> *mirai パッケージを試してみたところ、かなり速くて驚きました*
+### Scale Up in Production
-### Production-Grade Compute
+> *mirai パッケージを試してみたところ、かなり速くて驚きました*
[](https://youtu.be/GhX0PcEm3CY?t=1740)
@@ -83,7 +83,7 @@ method:
``` r
m[]
-#> [1] 47.76782
+#> [1] 48.09123
```
It is not necessary to wait, as the mirai resolves automatically
@@ -94,7 +94,7 @@ available at `$data`.
m
#> < mirai [$data] >
m$data
-#> [1] 47.76782
+#> [1] 48.09123
```
### Daemons
diff --git a/man/figures/logo.png b/man/figures/logo.png
index 7d4b7c670..dc61c58c9 100644
Binary files a/man/figures/logo.png and b/man/figures/logo.png differ
diff --git a/pkgdown/favicon/apple-touch-icon-120x120.png b/pkgdown/favicon/apple-touch-icon-120x120.png
index 690f977af..8d4bac00d 100644
Binary files a/pkgdown/favicon/apple-touch-icon-120x120.png and b/pkgdown/favicon/apple-touch-icon-120x120.png differ
diff --git a/pkgdown/favicon/apple-touch-icon-152x152.png b/pkgdown/favicon/apple-touch-icon-152x152.png
index 693b50bdc..05398acf5 100644
Binary files a/pkgdown/favicon/apple-touch-icon-152x152.png and b/pkgdown/favicon/apple-touch-icon-152x152.png differ
diff --git a/pkgdown/favicon/apple-touch-icon-180x180.png b/pkgdown/favicon/apple-touch-icon-180x180.png
index 7ac694f02..fa9fcdd14 100644
Binary files a/pkgdown/favicon/apple-touch-icon-180x180.png and b/pkgdown/favicon/apple-touch-icon-180x180.png differ
diff --git a/pkgdown/favicon/apple-touch-icon-60x60.png b/pkgdown/favicon/apple-touch-icon-60x60.png
index 0dd65d60c..c078a6c88 100644
Binary files a/pkgdown/favicon/apple-touch-icon-60x60.png and b/pkgdown/favicon/apple-touch-icon-60x60.png differ
diff --git a/pkgdown/favicon/apple-touch-icon-76x76.png b/pkgdown/favicon/apple-touch-icon-76x76.png
index 6a51406f9..d3030ab70 100644
Binary files a/pkgdown/favicon/apple-touch-icon-76x76.png and b/pkgdown/favicon/apple-touch-icon-76x76.png differ
diff --git a/pkgdown/favicon/apple-touch-icon.png b/pkgdown/favicon/apple-touch-icon.png
index 46ec1edde..92dff90e1 100644
Binary files a/pkgdown/favicon/apple-touch-icon.png and b/pkgdown/favicon/apple-touch-icon.png differ
diff --git a/pkgdown/favicon/favicon-16x16.png b/pkgdown/favicon/favicon-16x16.png
index 191c535d3..9c7a5e2ce 100644
Binary files a/pkgdown/favicon/favicon-16x16.png and b/pkgdown/favicon/favicon-16x16.png differ
diff --git a/pkgdown/favicon/favicon-32x32.png b/pkgdown/favicon/favicon-32x32.png
index f2527c280..db3faa3fa 100644
Binary files a/pkgdown/favicon/favicon-32x32.png and b/pkgdown/favicon/favicon-32x32.png differ
diff --git a/pkgdown/favicon/favicon.ico b/pkgdown/favicon/favicon.ico
index 2ff247074..44b62a912 100644
Binary files a/pkgdown/favicon/favicon.ico and b/pkgdown/favicon/favicon.ico differ