Skip to content

Commit

Permalink
chore:Change of version(更改引擎版本号v3.1.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
LayaCharley committed Feb 29, 2024
1 parent 85633be commit 0a80c83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layaAir/LayaEnv.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export class LayaEnv {
static version: string = "3.1.0";
static version: string = "3.1.1";
static isPlaying: boolean = true;
static isPreview: boolean = false;
static isConch: boolean = (<any>window).conch != null;
Expand Down

0 comments on commit 0a80c83

Please sign in to comment.