diff --git a/README.md b/README.md index 3a721df..333c44f 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,6 @@ Set n-combinations for JavaScript. See [docs](https://computational-combinatorics.github.io/n-combinations/index.html). -> :building_construction: Caveat emptor! This is work in progress. Code may be -> working. Documentation may be present. Coherence may be. Maybe. - > :warning: Depending on your environment, the code may require > `regeneratorRuntime` to be defined, for instance by importing > [regenerator-runtime/runtime](https://www.npmjs.com/package/regenerator-runtime). diff --git a/package.json b/package.json index 5cf568f..9b5a209 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@combinatorics/n-combinations", "description": "Set n-combinations for JavaScript", - "version": "0.0.2", + "version": "0.0.3", "license": "AGPL-3.0", "author": "make-github-pseudonymous-again", "homepage": "https://computational-combinatorics.github.io/n-combinations",