From c8c27b05794ca020e569332476f62cf5792657f4 Mon Sep 17 00:00:00 2001 From: Justin Willmert Date: Sun, 31 Jan 2021 16:00:27 -0600 Subject: [PATCH] Patch release with documentation --- Project.toml | 2 +- README.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Project.toml b/Project.toml index ae8cc38..717f9ef 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "UnixMmap" uuid = "674b2976-56af-439b-a2b1-837be4a3d087" authors = ["Justin Willmert and contributors"] -version = "0.1.0" +version = "0.1.1" [deps] BitFlags = "d1d4a3ce-64b1-5f1a-9ba4-7e7e69966f35" diff --git a/README.md b/README.md index fce50c9..7705827 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # UnixMmap -| **Build Status** | -|:------------------------------------------------------------:| -| [![][ci-img]][ci-url] | +| **Documentation** | **Build Status** | +|:-------------------------------------------------------------------------:|:------------------------------------------------------------:| +| [![][docs-stable-img]][docs-stable-url] [![][docs-dev-img]][docs-dev-url] | [![][ci-img]][ci-url] | `UnixMmap` is an alternative to the Julia standard library's `Mmap`, with the purpose of exposing the Unix memory-mapping interface.