aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--_config.yml2
-rw-r--r--downloads/index.md1
2 files changed, 2 insertions, 1 deletions
diff --git a/_config.yml b/_config.yml
index 28dac3a..6f3995d 100644
--- a/_config.yml
+++ b/_config.yml
@@ -2,5 +2,5 @@
title: akka-serial
description: Serial communication library for Akka and Scala.
url: "https://www.jodersky.ch/akka-serial"
-version_latest: 4.1.0
+version_latest: 4.1.1
version_docs: 4.1
diff --git a/downloads/index.md b/downloads/index.md
index 3af9c38..c11a248 100644
--- a/downloads/index.md
+++ b/downloads/index.md
@@ -37,6 +37,7 @@ libraryDependencies += "ch.jodersky" %% "akka-serial-stream" % "{{site.version_l
<tbody>
<tr><td rowspan="3">Linux (glibc >= 2.4)</td><td>x86_64</td></tr>
<tr><td>x86</td></tr>
+ <tr><td>armv6</td></tr>
<tr><td>armv7l</td></tr>
<tr><td>Darwin (Mac OSX >= 10.8)</td><td>x86_64</td></tr>
</tbody>