p5-phone 1.6.0 → 1.6.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/dist/p5-phone.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * p5-phone v1.5.0
2
+ * p5-phone v1.6.0
3
3
  * Simplified mobile hardware access for p5.js - handle sensors, microphone, touch, and browser gestures with ease
4
4
  * https://github.com/npuckett/p5-phone
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * p5-phone v1.5.0
2
+ * p5-phone v1.6.0
3
3
  * Simplified mobile hardware access for p5.js - handle sensors, microphone, touch, and browser gestures with ease
4
4
  * https://github.com/npuckett/p5-phone
5
5
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "p5-phone",
3
- "version": "1.6.0",
3
+ "version": "1.6.1",
4
4
  "description": "Simplified mobile hardware access for p5.js - handle sensors, microphone, touch, and browser gestures with ease",
5
5
  "main": "src/p5-phone.js",
6
6
  "files": [
package/src/p5-phone.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * p5-phone v1.5.0
2
+ * p5-phone v1.6.0
3
3
  * Simplified mobile hardware access for p5.js - handle sensors, microphone, touch, and browser gestures with ease
4
4
  * https://github.com/npuckett/p5-phone
5
5
  *