@gamely/gly-engine-micro 0.1.5 → 0.1.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
@@ -137,7 +137,7 @@ version=version
137
137
  return P
138
138
  end
139
139
  source_version_13ea = function()
140
- return '0.1.5'
140
+ return '0.1.6'
141
141
  end
142
142
  --
143
143
  source_engine_api_system_app_13fc = function()
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gamely/gly-engine-micro",
3
- "version": "0.1.5",
3
+ "version": "0.1.6",
4
4
  "author": "RodrigoDornelles",
5
5
  "license": "Apache-2.0",
6
6
  "homepage": "https://docs.gamely.com.br",