Skip to content

Commit ac1416e

Browse files
committed
version bump
1 parent b861a34 commit ac1416e

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

modules/cbvalidation/box.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name" : "ColdBox Validation",
33
"author" : "Luis Majano <[email protected]",
4-
"version" : "1.0.0",
4+
"version" : "1.0.1",
55
"slug" : "cbvalidation",
66
"type" : "modules",
77
"homepage" : "http://www.coldbox.org",
@@ -16,6 +16,7 @@
1616
],
1717
"engines" : [
1818
{ "type" : "railo", "version" : ">4.1" },
19+
{ "type" : "lucee", "version" : ">4.5" },
1920
{ "type" : "adobe", "version" : ">9.02" }
2021
],
2122
"dependencies" :{

modules/cbvalidation/changelog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ CHANGELOG
22
=========
33

44
## 1.0.1
5-
* Force the validation manager binder mapping
6-
* ValidationManager missing singleton persistance
5+
* https://ortussolutions.atlassian.net/browse/CCM-21 Force the validation manager binder mapping
6+
* https://ortussolutions.atlassian.net/browse/CCM-20 ValidationManager missing singleton persistance
77

88
## 1.0.0
99
* Create first module version

workbench/build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<!-- Version: UPDATE ON EACH RELEASE AS NEEDED -->
44
<property name="project.name" value="cbvalidation" />
55
<property name="module.name" value="cbvalidation" />
6-
<property name="project.version" value="1.0.0"/>
6+
<property name="project.version" value="1.0.1"/>
77
<property name="groupID" value="ortussolutions" />
88

99
<!-- Build Labels -->

0 commit comments

Comments
 (0)