Skip to content

Commit baf2473

Browse files
authored
Bump new version
And update README
1 parent e44f023 commit baf2473

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

3DSTTool/3DSTTool.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<RootNamespace>_3DSTTool</RootNamespace>
77
<Authors>DaniElectra</Authors>
88
<Title>3DSTTool</Title>
9-
<Version>0.2.0</Version>
9+
<Version>0.3.0</Version>
1010
<PackageLicenseFile>LICENSE</PackageLicenseFile>
1111
<PackageReadmeFile>README.md</PackageReadmeFile>
1212
<Description>3DSTTool is a command-line tool for managing 3DST files from the Nintendo Anime Channel application.</Description>

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@
4848
```
4949

5050
### To-do list
51-
The project is in a **very early** state, since it's my first time coding in C# from scratch. There are some pending features that I want to add:
51+
Although the project is *almost* ready for final release, there are some missing features that I want to add before v1.0:
5252

53-
- Support for more 3DST image formats:
53+
- Support for all 3DST image formats:
5454

5555
| | Is supported? |
5656
|----------|:-------------:|
@@ -62,7 +62,7 @@ The project is in a **very early** state, since it's my first time coding in C#
6262
| RGB565 ||
6363
| RGBA4 ||
6464

65-
- Write the documentation
65+
- Write proper documentation (not just the help information)
6666

6767

6868
## Building

0 commit comments

Comments
 (0)