tone 15.1.0 → 15.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -2
- package/Tone/version.ts +1 -1
- package/build/Tone.js +1 -1
- package/build/Tone.js.map +1 -1
- package/build/esm/version.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -259,8 +259,6 @@ Tone.js runs an extensive test suite using [mocha](https://mochajs.org/) and [ch
|
|
|
259
259
|
|
|
260
260
|
There are many ways to contribute to Tone.js. Check out [this wiki](https://github.com/Tonejs/Tone.js/wiki/Contributing) if you're interested.
|
|
261
261
|
|
|
262
|
-
If you have questions (or answers) that are not necessarily bugs/issues, please post them to the [forum](https://groups.google.com/forum/#!forum/tonejs).
|
|
263
|
-
|
|
264
262
|
# References and Inspiration
|
|
265
263
|
|
|
266
264
|
- [Many of Chris Wilson's Repositories](https://github.com/cwilso)
|
package/Tone/version.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const version: string = "15.1.
|
|
1
|
+
export const version: string = "15.1.1";
|