Skip to content

Commit

Permalink
Merge pull request #3 from coldbox-modules/development
Browse files Browse the repository at this point in the history
🚀 RELEASE: v1.1.0
  • Loading branch information
michaelborn authored Apr 27, 2022
2 parents 6cfd75e + 2437eb6 commit ba61a21
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions .cfconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"adminPassword" : "coldbox",
"debuggingEnabled":true,
"debuggingReportExecutionTimes":false,
"disableInternalCFJavaComponents":false,
"inspectTemplate":"always",
"requestTimeout":"0,0,0,90",
"robustExceptionEnabled":true,
"datasources": {
}
}
2 changes: 1 addition & 1 deletion box.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name":"sqlFormatter",
"version":"1.0.3",
"version":"1.1.0",
"location":"ForgeboxStorage",
"author":"Michael Born <[email protected]>",
"homepage":"https://github.com/coldbox-modules/sqlFormatter",
Expand Down
2 changes: 1 addition & 1 deletion build/release.boxr
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@

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

0 comments on commit ba61a21

Please sign in to comment.