Skip to content

Commit

Permalink
Merge pull request #5 from CraftQuest/develop
Browse files Browse the repository at this point in the history
Latest everything for release
  • Loading branch information
ryanirelan authored Apr 13, 2021
2 parents bcea7dd + 42d51f4 commit c8234b5
Show file tree
Hide file tree
Showing 3 changed files with 2,471 additions and 952 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 1.0.5 - 2021-04-14
### Changed
- Updated packages to latest.

## 1.0.4 - 2020-06-01
### Changed
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "craftquest/craft-starter",
"description": "A starter Craft installation from livestream with Andrew Welch.",
"version": "1.0.4",
"version": "1.0.5",
"type": "project",
"require": {
"craftcms/cms": "^3.0.0",
Expand All @@ -23,7 +23,7 @@
"config": {
"optimize-autoloader": true,
"platform": {
"php": "7.0"
"php": "7.2.5"
}
},
"scripts": {
Expand Down
Loading

0 comments on commit c8234b5

Please sign in to comment.