Skip to content

Commit 17e08cd

Browse files
author
Github Actions
committed
Version bump
1 parent b215ca0 commit 17e08cd

File tree

2 files changed

+126
-122
lines changed

2 files changed

+126
-122
lines changed

box.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name":"ColdBox Validation",
33
"author":"Ortus Solutions <[email protected]>",
4-
"version":"4.2.0",
4+
"version":"4.3.0",
55
"location":"https://downloads.ortussolutions.com/ortussolutions/coldbox-modules/cbvalidation/@build.version@/[email protected]@.zip",
66
"slug":"cbvalidation",
77
"type":"modules",
@@ -47,15 +47,15 @@
4747
"format:watch":"cfformat watch helpers,interfaces,models,test-harness/tests/,ModuleConfig.cfc ./.cfformat.json",
4848
"format:check":"cfformat check helpers,interfaces,models,test-harness/tests/,ModuleConfig.cfc ./.cfformat.json",
4949
"install:dependencies":"install && cd test-harness && install",
50-
"start:lucee" : "server start [email protected]",
51-
"start:2018" : "server start [email protected]",
52-
"start:2021" : "server start [email protected]",
53-
"stop:lucee" : "server stop [email protected]",
54-
"stop:2018" : "server stop [email protected]",
55-
"stop:2021" : "server stop [email protected]",
56-
"logs:lucee" : "server log [email protected] --follow",
57-
"logs:2018" : "server log [email protected] --follow",
58-
"logs:2021" : "server log [email protected] --follow"
50+
"start:lucee":"server start [email protected]",
51+
"start:2018":"server start [email protected]",
52+
"start:2021":"server start [email protected]",
53+
"stop:lucee":"server stop [email protected]",
54+
"stop:2018":"server stop [email protected]",
55+
"stop:2021":"server stop [email protected]",
56+
"logs:lucee":"server log [email protected] --follow",
57+
"logs:2018":"server log [email protected] --follow",
58+
"logs:2021":"server log [email protected] --follow"
5959
},
6060
"installPaths":{
6161
"cbi18n":"modules/cbi18n/"

0 commit comments

Comments
 (0)