Skip to content

Commit

Permalink
update to 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
crossan007 committed Feb 17, 2020
1 parent e37eb01 commit 643e85d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
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.0.0",
"version": "4.0.1",
"description": "Free Church CRM Software",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions src/composer.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "churchcrm/crm",
"version": "4.0.0",
"version": "4.0.1",
"type": "project",
"keywords": [
"church",
"crm"
],
"homepage": "http://www.churchcrm.io",
"time": "2019-11-16 05:11:78",
"time": "2020-02-17 09:02:72",
"license": "MIT",
"authors": [
{
Expand Down
6 changes: 4 additions & 2 deletions src/mysql/upgrade.json
Original file line number Diff line number Diff line change
Expand Up @@ -243,8 +243,10 @@
"dbVersion": "4.0.0"
},
"current": {
"versions": [],
"versions": [
"4.0.0"
],
"scripts": [],
"dbVersion": "4.0.0"
"dbVersion": "4.0.1"
}
}

0 comments on commit 643e85d

Please sign in to comment.