Skip to content

Commit

Permalink
upd CompInstall
Browse files Browse the repository at this point in the history
  • Loading branch information
digao-dalpiaz committed Feb 1, 2021
1 parent 6c68971 commit 6ceffee
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified CompInstall.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion CompInstall.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[General]
Name=Digao Dalpiaz - DzNoteEditor component
Version=1.4
Version=1.5
DelphiVersions=XE3;XE4;XE5;XE6;XE7;XE8;10;10.1;10.2;10.3;10.4
Packages=DzNotepad;DzNoteEditorDesign
AddLibrary=1
Expand Down
2 changes: 1 addition & 1 deletion DzNotepad.pas
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ type TDzNotepad = class(TComponent)

implementation

const STR_VERSION = '1.4';
const STR_VERSION = '1.5';

constructor TDzNotepad.Create(AOwner: TComponent);
begin
Expand Down

0 comments on commit 6ceffee

Please sign in to comment.