Skip to content

Commit 6c32656

Browse files
committed
Update composer version number and version check link
1 parent f51f745 commit 6c32656

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "phpbb-extension",
44
"description": "An extension that allows administrators to easily add their Google Analytics tracking code to their phpBB forum.",
55
"homepage": "https://www.phpbb.com",
6-
"version": "1.0.1",
6+
"version": "1.0.2-dev",
77
"keywords": ["phpbb", "extension", "google", "analytics"],
88
"license": "GPL-2.0",
99
"authors": [
@@ -47,9 +47,9 @@
4747
"phpbb/phpbb": ">=3.1.0-RC3,<3.2.*@dev"
4848
},
4949
"version-check": {
50-
"host": "version.phpbb.com",
51-
"directory": "/phpbb-extensions",
52-
"filename": "googleanalytics_versions.json"
50+
"host": "www.phpbb.com",
51+
"directory": "/customise/db/extension/googleanalytics",
52+
"filename": "version_check"
5353
}
5454
}
5555
}

0 commit comments

Comments
 (0)