@gamely/gly-engine-lite 0.2.4 → 0.2.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/dist/main.lua +1 -1
  2. package/package.json +1 -1
package/dist/main.lua CHANGED
@@ -211,7 +211,7 @@ version=version
211
211
  return P
212
212
  end
213
213
  source_version_23a4 = function()
214
- return '0.2.4'
214
+ return '0.2.5'
215
215
  end
216
216
  --
217
217
  source_shared_engine_loadcore_23af = function()
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gamely/gly-engine-lite",
3
- "version": "0.2.4",
3
+ "version": "0.2.5",
4
4
  "author": "RodrigoDornelles",
5
5
  "license": "Apache-2.0",
6
6
  "homepage": "https://docs.gamely.com.br",