@gamely/gly-engine-micro 0.3.3 → 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
@@ -136,7 +136,7 @@ version=version
136
136
  return P
137
137
  end
138
138
  b14cb[1] = r14cb(1, function()
139
- return '0.3.3'
139
+ return '0.3.6'
140
140
  end)
141
141
  b14cb[2] = r14cb(2, function()
142
142
  local function reset(std, engine)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gamely/gly-engine-micro",
3
- "version": "0.3.3",
3
+ "version": "0.3.6",
4
4
  "author": "RodrigoDornelles",
5
5
  "license": "Apache-2.0",
6
6
  "homepage": "https://docs.gamely.com.br",