Skip to content

Commit d78f48b

Browse files
updated readme + updated npm
1 parent e463b28 commit d78f48b

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,10 @@ For new projects, you only need to pull a copy of the JEngine source code, then
114114
115115
116116
117+
## Contributors
118+
119+
<img src="https://contrib.rocks/image?repo=JasonXuDeveloper/JEngine"/>
120+
117121
## v0.7.5 New Features
118122
119123
- **Updated** ILRuntime to v2.1.0

README_zh_cn.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,14 @@ JEngine非常适合中小型项目,尤其是对于独立游戏开发者而言
145145
**如果你觉得JEngine对你有帮助,请给该框架一个Star!**
146146

147147

148+
149+
## 贡献成员
150+
151+
<img src="https://contrib.rocks/image?repo=JasonXuDeveloper/JEngine"/>
152+
153+
154+
155+
148156
## v0.7.5 最新功能
149157

150158
- **更新**ILRuntimev2.1.0

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.jasonxudeveloper.jengine",
3-
"version": "0.7.4",
3+
"version": "0.7.5",
44
"displayName": "JEngine",
55
"description": "The solution that allows unity games update in runtime.",
66
"license": "MIT",
@@ -17,6 +17,6 @@
1717
"url": "https://github.com/JasonXuDeveloper"
1818
},
1919
"dependencies": {
20-
"com.ourpalm.ilruntime": "2.0.2"
20+
"com.ourpalm.ilruntime": "2.1.0"
2121
}
2222
}

0 commit comments

Comments
 (0)