overpy 9.5.4 → 9.5.5

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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -264,7 +264,7 @@ If a function is not in that list, then the name is the English name in camelCas
264
264
  <code>Disable Movement Collision With Players</code> | <code><i>player</i>.disablePlayerCollision()</code>
265
265
  <code>Divide(A, 3)</code> | <code>A / 3</code>
266
266
  <code>Down</code> | <code>Vector.DOWN</code>
267
- <code>Else</code> | <code>else:</code>
267
+ <code>Else</code> | <code>else:</code>
268
268
  <code>Else If</code> | <code>elif:</code>
269
269
  <code>Empty Array</code> | <code>[]</code>
270
270
  <code>End</code> | Go back a level of indentation
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "url": "https://github.com/Zezombye/overpy"
8
8
  },
9
9
  "description": "High-level language for the Overwatch Workshop, with decompilation and compilation.",
10
- "version": "9.5.4",
10
+ "version": "9.5.5",
11
11
  "readme": "README.md",
12
12
  "keywords": [
13
13
  "overpy",