Skip to content

Commit 98600ae

Browse files
committed
fix: replace svg with png in readme to fix vsce package error, bump to 3.0.4
1 parent cd890e1 commit 98600ae

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# DynaSense (LS-DYNA Studio)
22

33
<div align="center">
4-
<img src="images/ls.svg" width="120" height="120" alt="LS-DYNA Icon">
4+
<img src="images/LS_DYNA_geo_metro.png" width="120" height="120" alt="LS-DYNA Icon">
55
<h3>A Feature-Rich LS-DYNA Editor for VS Code</h3>
66
<p>Built for CAE engineers: intelligent autocomplete, large file preview, and auto-alignment.</p>
77

README_zh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# DynaSense (LS-DYNA Studio)
22

33
<div align="center">
4-
<img src="images/ls.svg" width="120" height="120" alt="LS-DYNA Icon">
4+
<img src="images/LS_DYNA_geo_metro.png" width="120" height="120" alt="LS-DYNA Icon">
55
<h3>VS Code 平台功能丰富的 LS-DYNA 工程模型编辑器</h3>
66
<p>为 CAE 工程师打造:包含智能补全、大文件预览、以及代码自动对齐等功能。</p>
77

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"url": "https://github.com/hqyyqh/vscode-lsdyna"
1212
},
1313
"icon": "images/LS_DYNA_geo_metro.png",
14-
"version": "3.0.3",
14+
"version": "3.0.4",
1515
"engines": {
1616
"vscode": "^1.50.0"
1717
},

0 commit comments

Comments
 (0)