Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
amakaseev committed May 22, 2017
1 parent 5df52da commit 959faaf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
##1.0.9
* Fixed command line crash

##1.0.8
* Added [WebP](https://developers.google.com/speed/webp/) image format
* Added content protection in pvrtc
Expand Down
2 changes: 1 addition & 1 deletion SpriteSheetPacker/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ int main(int argc, char *argv[])
QCoreApplication::setOrganizationName("amakaseev");
QCoreApplication::setOrganizationDomain("spicyminds-lab.com");
QCoreApplication::setApplicationName("SpriteSheetPacker");
QCoreApplication::setApplicationVersion("1.0.8");
QCoreApplication::setApplicationVersion("1.0.9");

SpritePackerProjectFile::factory().set<SpritePackerProjectFile>("json");
SpritePackerProjectFile::factory().set<SpritePackerProjectFile>("ssp");
Expand Down

0 comments on commit 959faaf

Please sign in to comment.