@gamely/gly-engine-nano 0.3.4 → 0.3.6

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
@@ -116,7 +116,7 @@ version=version
116
116
  return P
117
117
  end
118
118
  bc3c[1] = rc3c(1, function()
119
- return '0.3.4'
119
+ return '0.3.6'
120
120
  end)
121
121
  bc3c[2] = rc3c(2, function()
122
122
  local function real_key(std, engine, rkey, rvalue)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gamely/gly-engine-nano",
3
- "version": "0.3.4",
3
+ "version": "0.3.6",
4
4
  "author": "RodrigoDornelles",
5
5
  "license": "Apache-2.0",
6
6
  "homepage": "https://docs.gamely.com.br",