unreal-toolkit-next 0.1.20 → 0.1.21

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/README.md +2 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -5,6 +5,8 @@ with your hosted Unreal Engine streaming web application.
5
5
  <a href="https://www.npmjs.com/package/unreal-toolkit">Classic Edition (UMD)</a>
6
6
  <br/>
7
7
  <a href="https://github.com/codewrxai/UnrealToolkit/tree/master/cdn">Browser Edition (CDN)</a>
8
+ <br/>
9
+ <a href="https://github.com/codewrxai/UnrealToolkit/tree/master">Unreal Toolkit Plugin (UE5)</a>
8
10
 
9
11
 
10
12
  ## Default Installation (ES6)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "unreal-toolkit-next",
3
- "version": "0.1.20",
3
+ "version": "0.1.21",
4
4
  "description": "Unreal Toolkit Runtime Library (ES6)",
5
5
  "module": "dist/index.js",
6
6
  "types": "dist/index.d.ts",