@codexo/exojs-physics 0.15.0 → 0.15.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.
@@ -1,6 +1,6 @@
1
1
  const physicsBuildInfo = Object.freeze({
2
- version: "0.15.0",
3
- revision: "18cadeb",
2
+ version: "0.15.1",
3
+ revision: "6f825a8",
4
4
  development: false,
5
5
  });
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codexo/exojs-physics",
3
- "version": "0.15.0",
3
+ "version": "0.15.1",
4
4
  "description": "Native 2D collision, query and sensor runtime for ExoJS.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -34,7 +34,7 @@
34
34
  "@codexo/exojs": "0.15.x"
35
35
  },
36
36
  "devDependencies": {
37
- "@codexo/exojs": "0.15.0",
37
+ "@codexo/exojs": "0.15.1",
38
38
  "@codexo/exojs-config": "0.0.0"
39
39
  },
40
40
  "license": "MIT",