Skip to content

Commit

Permalink
Merge pull request #5462 from ChurchCRM/build/4.2.1
Browse files Browse the repository at this point in the history
Starting 4.2.1 Release
  • Loading branch information
DawoudIO authored Oct 24, 2020
2 parents 47133eb + 665718d commit 8dcd001
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 7 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
#4.2.0
# 4.2.1
:construction_worker: Work in progress

# 4.2.0
Released on (10.19.2020)

## :exclamation: Support Alert
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "churchcrm",
"version": "4.2.0",
"version": "4.2.1",
"description": "Free Church CRM Software",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion src/composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "churchcrm/crm",
"version": "4.2.0",
"version": "4.2.1",
"type": "project",
"keywords": [
"church",
Expand Down
2 changes: 1 addition & 1 deletion src/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 11 additions & 2 deletions src/mysql/upgrade.json
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@
],
"dbVersion": "4.1.0"
},
"current": {
"pre-4.2.0": {
"versions": [
"4.1.0",
"4.1.1",
Expand All @@ -269,5 +269,14 @@
"/mysql/upgrade/4.2.0-perms.sql"
],
"dbVersion": "4.2.0"
},
"current": {
"versions": [
"4.2.0"
],
"scripts": [

],
"dbVersion": "4.2.1"
}
}
}

0 comments on commit 8dcd001

Please sign in to comment.