Skip to content

Commit

Permalink
🔖 Release v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Molkobain committed May 28, 2019
1 parent f23ee8b commit 51b533a
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -14,7 +14,7 @@
/** @noinspection PhpUnhandledExceptionInspection */
SetupWebPage::AddModule(
__FILE__, // Path to the current file, all other file names are relative to the directory containing this file
'molkobain-google-analytics/1.1.0',
'molkobain-google-analytics/1.2.0',
array(
// Identification
//
Expand Down Expand Up @@ -62,6 +62,7 @@
),
'ignored_profiles' => array(),
'ignored_users' => array(),
'ignored_ips' => array(),
),
)
);

0 comments on commit 51b533a

Please sign in to comment.