Skip to content

Commit 8f36f18

Browse files
committed
started 5.14.0
1 parent 11fb1bb commit 8f36f18

File tree

5 files changed

+12
-11
lines changed

5 files changed

+12
-11
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "churchcrm",
3-
"version": "5.13.0",
3+
"version": "5.14.0",
44
"description": "Free Church CRM Software",
55
"repository": {
66
"type": "git",
@@ -120,4 +120,4 @@
120120
"cypress": "^13.17.0",
121121
"grunt-poeditor-gd": "^0.2.1"
122122
}
123-
}
123+
}

src/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Free Church CRM Software",
44
"license": "MIT",
55
"type": "project",
6-
"version": "5.13.0",
6+
"version": "5.14.0",
77
"keywords": [
88
"church",
99
"crm"
@@ -106,4 +106,4 @@
106106
"@orm-gen"
107107
]
108108
}
109-
}
109+
}

src/composer.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/mysql/upgrade.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -397,9 +397,10 @@
397397
"5.10.1",
398398
"5.11.0",
399399
"5.11.0",
400-
"5.12.0"
400+
"5.12.0",
401+
"5.13.0"
401402
],
402403
"scripts": [],
403-
"dbVersion": "5.13.0"
404+
"dbVersion": "5.14.0"
404405
}
405406
}

0 commit comments

Comments
 (0)