Skip to content

Commit 282996f

Browse files
Update images and CHANGELOG.md
1 parent a60bbc7 commit 282996f

File tree

6 files changed

+10
-6
lines changed

6 files changed

+10
-6
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,7 @@
1414
## v1.2.3+
1515

1616
- Introducing `as` keyword
17+
18+
## v1.3.0+
19+
20+
- Better syntax, optimize code

resources/github/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55

66
![interpreter](interpreter.png)
77

8-
## Editor
8+
## Example
99

10-
![editor](editor.png)
10+
![example](example.png)

resources/github/editor.png

-28.8 KB
Binary file not shown.

resources/github/example.png

23.3 KB
Loading

resources/github/interpreter.png

142 Bytes
Loading

windows/resources/app.rc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
SOARE ICON "../../resources/icon/icon.ico"
22

33
1 VERSIONINFO
4-
FILEVERSION 1,0,0,0
5-
PRODUCTVERSION 1,0,0,0
4+
FILEVERSION 1,3,0,0
5+
PRODUCTVERSION 1,3,0,0
66
FILEFLAGSMASK 0x3fL
77
FILEFLAGS 0x0L
88
FILEOS 0x4L
@@ -15,12 +15,12 @@ BLOCK "StringFileInfo"
1515
BEGIN
1616
VALUE "CompanyName", "Antoine LANDRIEUX"
1717
VALUE "FileDescription", "SOARE Interpreter"
18-
VALUE "FileVersion", "1.0.0"
18+
VALUE "FileVersion", "1.3.0"
1919
VALUE "InternalName", "SOARE"
2020
VALUE "LegalCopyright", "MIT License (c) 2024-2025 Antoine LANDRIEUX"
2121
VALUE "OriginalFilename", "soare.exe"
2222
VALUE "ProductName", "SOARE"
23-
VALUE "ProductVersion", "1.0.0"
23+
VALUE "ProductVersion", "1.3.0"
2424
END
2525
END
2626
BLOCK "VarFileInfo"

0 commit comments

Comments
 (0)