@perplexdotgg/bounce 1.1.0 → 1.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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -6,7 +6,7 @@ Bounce is a fast and determinstic 3D physics library for Typescript and Javascri
6
6
 
7
7
  ## Links
8
8
 
9
- - Documentation (markdown): https://codeberg.org/perplexdotgg/bounce/docs/branch/main/documentation.md
9
+ - Documentation (markdown): https://codeberg.org/perplexdotgg/bounce/src/branch/main/docs/documentation.md
10
10
  - Official website with demos, API and more info: https://perplex.gg/bounce
11
11
  - Official Bounce + Three.js simple example (w/ Vite + Typescript): https://codeberg.org/perplexdotgg/bounce-simple-example
12
12
  - Official Bounce + Three.js character controller example (w/ Vite + Typescript): https://codeberg.org/perplexdotgg/bounce-character-controller-example
@@ -26,7 +26,7 @@ Although Bounce is mostly original code, it is inspired by and draws heavily fro
26
26
 
27
27
  ## Roadmap
28
28
 
29
- - Creating a dedicated documentation site ([markdown docs](https://codeberg.org/perplexdotgg/bounce/docs/branch/main/documentation.md))
29
+ - Creating a dedicated documentation site ([markdown docs](https://codeberg.org/perplexdotgg/bounce/src/branch/main/docs/documentation.md))
30
30
  - Fixing any reported bugs. Please [file an issue](https://codeberg.org/perplexdotgg/bounce/issues) if you run into problems.
31
31
  - Want to see something here? Please [create an issue](https://codeberg.org/perplexdotgg/bounce/issues).
32
32
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@perplexdotgg/bounce",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "license": "MIT",
5
5
  "description": "Bounce",
6
6
  "main": "./build/bounce.js",