Bump version

This commit is contained in:
Jeremy Pritts 2022-09-19 11:56:41 -04:00
parent b3bd861f64
commit c53a8153d0
2 changed files with 3 additions and 2 deletions

View File

@ -10,6 +10,6 @@
public const string Author = "ds5678"; public const string Author = "ds5678";
public const string CopyRight = "Copyright © 2022"; public const string CopyRight = "Copyright © 2022";
public const string Version = "0.2.3.0"; public const string Version = "0.2.4.0";
} }
} }

View File

@ -1,9 +1,10 @@
# Development Roadmap # Development Roadmap
## 0.2.3.0 ## 0.2.5.0
This release will be primarily focused on dependencies. This release will be primarily focused on dependencies.
* Replace texgenpack with a managed library * Replace texgenpack with a managed library
* Overhaul file reading
## 0.2.X.0 ## 0.2.X.0
These releases will likely focus on preparing for the next major milestone. These releases will likely focus on preparing for the next major milestone.