diff --git a/README.md b/README.md index f89b335..5cf8b0e 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ Or using [Shipp](https://github.com/linkdd/shipp), add it to your dependencies: { "name": "aitoolkit", "url": "https://github.com/linkdd/aitoolkit.git", - "version": "v0.5.0" + "version": "v0.5.1" } ] } diff --git a/shipp.json b/shipp.json index a47ce89..9ee146c 100644 --- a/shipp.json +++ b/shipp.json @@ -1,6 +1,6 @@ { "name": "aitoolkit", - "version": "0.5.0", + "version": "0.5.1", "scripts": { "build": "true", "install": "make install DESTDIR=$SHIPP_DIST_DIR"