Skip to content

Commit 13962a2

Browse files
committed
v1.2.0
1 parent e2a51a0 commit 13962a2

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

build/GoogleAnalytics4.zip

466 KB
Binary file not shown.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "acms-google-analytics4",
3-
"version": "1.1.2",
3+
"version": "1.2.0",
44
"description": "Google Analytics4(GA4)と連携するための拡張アプリです。",
55
"main": "index.js",
66
"scripts": {

src/ServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class ServiceProvider extends ACMS_App
1111
/**
1212
* @var string
1313
*/
14-
public $version = '1.1.2';
14+
public $version = '1.2.0';
1515

1616
/**
1717
* @var string

0 commit comments

Comments
 (0)