diff --git a/README.md b/README.md index 0be36e2..b50d9f9 100644 --- a/README.md +++ b/README.md @@ -1 +1,3 @@ -# sirix-typescript-client \ No newline at end of file +# SirixDB Client Library + +### This is alpha software \ No newline at end of file diff --git a/package.json b/package.json index f76baf9..0551baa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sirixdb", - "version": "0.1.0", + "version": "0.1.1", "description": "A client library for interacting with SirixDB, written in Typescript", "main": "dist/index.js", "types": "dist/index.d.ts",