Skip to content

Commit

Permalink
release 1.1.9
Browse files Browse the repository at this point in the history
small code refactoring
added
blured overlay
preview font files
  • Loading branch information
silentdeath76 committed Sep 22, 2024
1 parent 14b87d5 commit b4a372c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/modules/AppModule.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class AppModule extends AbstractModule
{
const SELF_UPDATE_DELAY = 10000;

const APP_VERSION = '1.1.8';
const APP_VERSION = '1.1.9';
const APP_TITLE = 'DevelNext ProjectView';

const FOUND_NEW_VERSION = -1;
Expand Down

0 comments on commit b4a372c

Please sign in to comment.