@ttmg/cli 0.2.6-beta.1 → 0.2.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.
package/dist/index.js CHANGED
@@ -1936,7 +1936,7 @@ async function dev() {
1936
1936
  listen();
1937
1937
  }
1938
1938
 
1939
- var version = "0.2.6-beta.1";
1939
+ var version = "0.2.6";
1940
1940
  var pkg = {
1941
1941
  version: version};
1942
1942
 
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ttmg/cli",
3
- "version": "0.2.6-beta.1",
3
+ "version": "0.2.6",
4
4
  "description": "TikTok Mini Game Command Line Tool",
5
5
  "license": "ISC",
6
6
  "bin": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ttmg/cli",
3
- "version": "0.2.6-beta.1",
3
+ "version": "0.2.6",
4
4
  "description": "TikTok Mini Game Command Line Tool",
5
5
  "license": "ISC",
6
6
  "bin": {