Skip to content

Commit

Permalink
升级版本到3.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
liangpengfei committed Nov 24, 2022
1 parent 1fbfc9e commit 5d47a0f
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
node_modules
.vscode
vscode
dist
.DS_Store
2 changes: 1 addition & 1 deletion cocoscreatorv3.5.0-demo/assets/Scripts/turbo.min.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/turbo.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "turbo-sdk-minigame",
"version": "3.2.4",
"version": "3.2.5",
"description": "turbo minigame sdk",
"main": "turbo.min.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/lib/eventproperty.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export const eventProperty = {
$model: info.model,
$brand: String(info.brand).toLocaleUpperCase(),
$manufacturer: info.brand,
$lib_version: "1.0.0",
$lib_version: "3.2.5",
};
for (let item in temp_systeminfo) {
if (temp_systeminfo.hasOwnProperty(item)) {
Expand Down

0 comments on commit 5d47a0f

Please sign in to comment.