Skip to content

Commit 2d14eb3

Browse files
committed
Icon change, v0.1.1
1 parent 4a47ae6 commit 2d14eb3

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# vscode-flatbuffers
2-
<img src="https://raw.githubusercontent.com/floxay/vscode-flatbuffers/main/images/flatbuffers-logo-transparent.png" alt="icon" width="128"/>
2+
<img src="https://raw.githubusercontent.com/floxay/vscode-flatbuffers/main/images/flatbuffers-logo-clean.png" alt="icon" width="128"/>
33

44
Syntax highlighting for FlatBuffers schema files in Visual Studio Code.
55

images/flatbuffers-logo-clean.png

38.4 KB
Loading
-24.2 KB
Binary file not shown.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"author": {
77
"name": "Huba Tuba"
88
},
9-
"icon": "images/flatbuffers-logo-transparent.png",
10-
"version": "0.1.0",
9+
"icon": "images/flatbuffers-logo-clean.png",
10+
"version": "0.1.1",
1111
"license": "MIT",
1212
"engines": {
1313
"vscode": "^1.40.0"

0 commit comments

Comments
 (0)