Skip to content

Commit

Permalink
bump to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zombieyang committed Jul 31, 2023
1 parent 8c283e5 commit e84fa6c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion unity/Assets/webgl/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@puerts/webgl",
"displayName": "Puerts WebGL Support",
"version": "2.0.0-rc.1",
"version": "2.0.0",
"description": "Use PuerTS in WebGL mode. Javascript code will run in browser's JS environment and get speed up by JIT.",
"keywords": [
"Script"
Expand Down
3 changes: 3 additions & 0 deletions unity/Assets/webgl/upm/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ All notable changes to this package will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [2.0.0] - 2023-7-31
1. fix LoaderResolve bug

## [2.0.0-rc.1] - 2023-7-14
1. did not use `Resolve` when using IResolvableLoader.
2. expose unityInstance in `global.PuertsWebGL`
Expand Down
4 changes: 2 additions & 2 deletions unity/Assets/webgl/upm/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.tencent.puerts.webgl",
"displayName": "Puerts WebGL Support",
"version": "2.0.0-rc.1",
"version": "2.0.0",
"description": "Use PuerTS in WebGL mode. Javascript code will run in browser's JS environment and get speed up by JIT.",
"keywords": [
"Script"
Expand All @@ -13,6 +13,6 @@
},
"category": "Libraries",
"dependencies": {
"com.tencent.puerts.core": "2.0.0-rc.1"
"com.tencent.puerts.core": "2.0.0"
}
}

0 comments on commit e84fa6c

Please sign in to comment.