@gamely/gly-engine-nano 0.2.3 → 0.2.4

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
@@ -113,7 +113,7 @@ version=version
113
113
  return P
114
114
  end
115
115
  source_version_c17 = function()
116
- return '0.2.3'
116
+ return '0.2.4'
117
117
  end
118
118
  --
119
119
  source_engine_api_system_key_c29 = function()
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gamely/gly-engine-nano",
3
- "version": "0.2.3",
3
+ "version": "0.2.4",
4
4
  "author": "RodrigoDornelles",
5
5
  "license": "Apache-2.0",
6
6
  "homepage": "https://docs.gamely.com.br",