Skip to content

Commit ebcbe3a

Browse files
committed
version bump
1 parent 77fbd8b commit ebcbe3a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Sempare.TemplateEngine.dspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"metadata": {
33
"id": "Sempare.TemplateEngine",
4-
"version": "1.8.0",
4+
"version": "1.8.1",
55
"description": "Sempare Template Engine for Delphi allows for flexible text manipulation. It can be used for generating email, html, source code, xml, configuration, etc.\r\n\r\nCommercial non-gpl license available.",
66
"icon": "images\\sempare-logo-45px.png",
77
"authors": "Sempare Limited",

boss.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Sempare Template Engine",
33
"description": "Sempare Template Engine for Delphi allows for flexible text manipulation. It can be used for generating email, html, source code, xml, configuration, etc.",
4-
"version": "1.8.0",
4+
"version": "1.8.1",
55
"homepage": "https://github.com/sempare/sempare-delphi-template-engine",
66
"mainsrc": "./src/",
77
"projects": [],

src/Sempare.Template.Version.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
const MAJOR_VERSION=1;
22
const MINOR_VERSION=8;
3-
const PATCH_VERSION=0;
3+
const PATCH_VERSION=1;

0 commit comments

Comments
 (0)