diff --git a/CODE_OF_CONDUCT/index.html b/CODE_OF_CONDUCT/index.html
index 33d8da3c..156802a0 100644
--- a/CODE_OF_CONDUCT/index.html
+++ b/CODE_OF_CONDUCT/index.html
@@ -1219,11 +1219,11 @@
Attribution
Last update:
- January 11, 2024
+ January 12, 2024
Created:
- January 11, 2024
+ January 12, 2024
diff --git a/CONTRIBUTING/index.html b/CONTRIBUTING/index.html
index 35e43e5f..817e8988 100644
--- a/CONTRIBUTING/index.html
+++ b/CONTRIBUTING/index.html
@@ -1024,11 +1024,11 @@ How to submit changes
Last update:
- January 11, 2024
+ January 12, 2024
Created:
- January 11, 2024
+ January 12, 2024
diff --git a/LICENSE/index.html b/LICENSE/index.html
index 7d435c04..c5b911b7 100644
--- a/LICENSE/index.html
+++ b/LICENSE/index.html
@@ -883,11 +883,11 @@ LICENSE
Last update:
- January 11, 2024
+ January 12, 2024
Created:
- January 11, 2024
+ January 12, 2024
diff --git a/index.html b/index.html
index bd7bef46..a736c6ed 100644
--- a/index.html
+++ b/index.html
@@ -1086,7 +1086,7 @@ Rust
# Cargo.toml
[ dependencies ]
-bitbazaar = "0.0.15"
+bitbazaar = "0.0.16"
Usage
Please see the documentation for details.
@@ -1105,11 +1105,11 @@ Issues
Last update:
- January 11, 2024
+ January 12, 2024
Created:
- January 11, 2024
+ January 12, 2024
diff --git a/js_ref/functions/color.createSteppedScale.html b/js_ref/functions/color.createSteppedScale.html
index 230f2772..c083bac7 100644
--- a/js_ref/functions/color.createSteppedScale.html
+++ b/js_ref/functions/color.createSteppedScale.html
@@ -1,3 +1,3 @@
createSteppedScale | bitbazaar Function createSteppedScale create Stepped Scale ( __namedParameters ) : string [] Parameters __namedParameters : SteppedScaleProps Returns string []
\ No newline at end of file
+Parameters __namedParameters : SteppedScaleProps Returns string []
Creates a scale around an input color with the requested number of steps. E.g. 5 steps requested, it will go: darker1, darker2, input, lighter1, lighter2.
-