Skip to content
This repository was archived by the owner on Jan 16, 2023. It is now read-only.

Commit 0d33486

Browse files
committed
Finish release.
And rename default branch to `main`.
1 parent 74910a5 commit 0d33486

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Lever Changelog
22

3-
## Unreleased
3+
## 1.0.5 - 2022-09-20
44
### Added
55
- Added PHP 8 support.
66

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "workingconcept/craft-lever",
33
"description": "Lever + Craft CMS.",
44
"type": "craft-plugin",
5-
"version": "1.0.4",
5+
"version": "1.0.5",
66
"keywords": [
77
"craft",
88
"cms",
@@ -11,7 +11,7 @@
1111
"lever"
1212
],
1313
"support": {
14-
"docs": "https://github.com/workingconcept/lever-craft-plugin/blob/master/readme.md",
14+
"docs": "https://github.com/workingconcept/lever-craft-plugin/blob/main/readme.md",
1515
"issues": "https://github.com/workingconcept/lever-craft-plugin/issues"
1616
},
1717
"license": "MIT",
@@ -37,12 +37,12 @@
3737
"schemaVersion": "1.0.0",
3838
"hasCpSettings": true,
3939
"hasCpSection": false,
40-
"changelogUrl": "https://github.com/workingconcept/lever-craft-plugin/blob/master/changelog.md",
40+
"changelogUrl": "https://github.com/workingconcept/lever-craft-plugin/blob/main/changelog.md",
4141
"components": {
4242
"leverService": "workingconcept\\lever\\services\\leverService"
4343
},
4444
"class": "workingconcept\\lever\\Lever",
45-
"downloadUrl": "https://github.com/workingconcept/lever-craft-plugin/archive/master.zip",
45+
"downloadUrl": "https://github.com/workingconcept/lever-craft-plugin/archive/main.zip",
4646
"developer": "Working Concept",
4747
"developerUrl": "https://workingconcept.com/"
4848
},

0 commit comments

Comments
 (0)