Skip to content

Commit 9ecc7f5

Browse files
committed
Release 4.4.7
1 parent 687b66b commit 9ecc7f5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "spicyweb/craft-neo",
33
"description": "A Matrix-like field type that uses existing fields",
4-
"version": "4.4.6",
4+
"version": "4.4.7",
55
"type": "craft-plugin",
66
"keywords": [
77
"cms",
@@ -21,7 +21,7 @@
2121
"support": {
2222
"issues": "https://github.com/spicywebau/craft-neo/issues",
2323
"source": "https://github.com/spicywebau/craft-neo",
24-
"docs": "https://github.com/spicywebau/craft-neo/blob/4.4.6/README.md",
24+
"docs": "https://github.com/spicywebau/craft-neo/blob/4.4.7/README.md",
2525
"rss": "https://github.com/spicywebau/craft-neo/commits/4.x.atom"
2626
},
2727
"require": {
@@ -44,7 +44,7 @@
4444
"schemaVersion": "4.0.0",
4545
"class": "benf\\neo\\Plugin",
4646
"changelogUrl": "https://github.com/spicywebau/craft-neo/blob/4.x/CHANGELOG.md",
47-
"downloadUrl": "https://github.com/spicywebau/craft-neo/archive/refs/tags/4.4.6.zip"
47+
"downloadUrl": "https://github.com/spicywebau/craft-neo/archive/refs/tags/4.4.7.zip"
4848
},
4949
"config": {
5050
"allow-plugins": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "craft-neo",
3-
"version": "4.4.6",
3+
"version": "4.4.7",
44
"description": "A Matrix-like field type that uses existing fields",
55
"main": "webpack.config.js",
66
"scripts": {

0 commit comments

Comments
 (0)