Skip to content

Commit

Permalink
3.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
liangpengfei committed Nov 29, 2022
1 parent c3d5c33 commit a055321
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cocoscreatorv3.5.0-demo/assets/Scripts/turbo.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/turbo.min.js

Large diffs are not rendered by default.

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.8",
"version": "3.2.9",
"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: "3.2.8",
$lib_version: "3.2.9",
};
for (let item in temp_systeminfo) {
if (temp_systeminfo.hasOwnProperty(item)) {
Expand Down

0 comments on commit a055321

Please sign in to comment.