Skip to content

Commit

Permalink
Patch release with documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jmert committed Jan 31, 2021
1 parent f487350 commit c8c27b0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "UnixMmap"
uuid = "674b2976-56af-439b-a2b1-837be4a3d087"
authors = ["Justin Willmert <justin@willmert.me> and contributors"]
version = "0.1.0"
version = "0.1.1"

[deps]
BitFlags = "d1d4a3ce-64b1-5f1a-9ba4-7e7e69966f35"
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit c8c27b0

Please sign in to comment.