Skip to content

Commit

Permalink
updated docs and version increment
Browse files Browse the repository at this point in the history
  • Loading branch information
tmhglnd committed Nov 28, 2021
1 parent d039ce3 commit b2c8173
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 41 deletions.
1 change: 1 addition & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
- [square / squareFloat](./generative-methods.md#square--squareFloat)
- [Algorithmic Methods](./algorithmic-methods.md)
- [euclid](./algorithmic-methods.md#euclid)
- [fastEuclid](./algorithmic-methods.md#fastEuclid)
- [hexBeat](./algorithmic-methods.md#hexBeat)
- [linden](./algorithmic-methods.md#linden)
- [Automaton](./algorithmic-methods.md#cellular-automaton)
Expand Down
1 change: 1 addition & 0 deletions docs/algorithmic-methods.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ const Algo = require('total-serialism').Algorithmic;
# Methods

- [euclid](#euclid)
- [fastEuclid](#fastEuclid)
- [hexBeat](#hexbeat)
- [linden](#linden)
- [cellular automaton](#cellular-automaton)
Expand Down
41 changes: 1 addition & 40 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "total-serialism",
"version": "1.16.0",
"version": "2.0.0",
"description": "A set of methods for the generation and transformation of number sequences useful in algorithmic composition",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit b2c8173

Please sign in to comment.