Skip to content

Commit ba61a21

Browse files
authored
Merge pull request #3 from coldbox-modules/development
🚀 RELEASE: v1.1.0
2 parents 6cfd75e + 2437eb6 commit ba61a21

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

.cfconfig.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"adminPassword" : "coldbox",
3+
"debuggingEnabled":true,
4+
"debuggingReportExecutionTimes":false,
5+
"disableInternalCFJavaComponents":false,
6+
"inspectTemplate":"always",
7+
"requestTimeout":"0,0,0,90",
8+
"robustExceptionEnabled":true,
9+
"datasources": {
10+
}
11+
}

box.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name":"sqlFormatter",
3-
"version":"1.0.3",
3+
"version":"1.1.0",
44
"location":"ForgeboxStorage",
55
"author":"Michael Born <michael@ortussolutions.com>",
66
"homepage":"https://github.com/coldbox-modules/sqlFormatter",

build/release.boxr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@
2121

2222
# Bump to prepare for a new release, do minor, change if needed and don't tag
2323
bump --minor --!tagVersion
24-
!git commit -a -m "version bump"
24+
!git commit -a -m "🚀 RELEASE: version bump"
2525
!git push origin development

0 commit comments

Comments
 (0)