diff --git a/README.md b/README.md index ed07d35..13baf89 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,9 @@ It should be noted that mem-mapping is by nature potentially blocking, and _shou # News and Updates +### 2017-03-08: version 0.11.1 +- compilation fixes 10.8 OSX fix. Thanks to @arrayjam + ### 2016-07-21: version 0.10.1 - incore fix for Mac OS. Thanks @rustyconover diff --git a/package.json b/package.json index e7dfcb6..e02992b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mmap-io", - "version": "0.10.1", + "version": "0.11.1", "license": "MIT", "author": { "name": "Oscar Campbell",