diff --git a/README.md b/README.md index b2e06fe..6336fbd 100644 --- a/README.md +++ b/README.md @@ -86,13 +86,11 @@ Tests run using npm # Limitations -* Julia composite types are currently not supported. - * Julia invocations are currently synchronous. * Linux Julia installations must compile using -Bsymbolic-functions to avoid mismatched use of libuv, and is now the default. However, builds of Julia prior to Dec 1, 2014 may -still have this problem [see here](http://node-julia.readme.io/v0.2.2/docs/use-of-libuv) +still have this problem [see here](http://node-julia.readme.io/v0.2.3/docs/use-of-libuv) for more information. * Work on Windows support is in progress. diff --git a/package.json b/package.json index 983ad7e..be5222d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-julia", - "version": "0.2.2", + "version": "0.2.3", "description": "Fast and simple access to Julia embedded in node", "main": "lib/nj.js", "repository": {