Skip to content

Commit 3f57ff8

Browse files
committed
Fix package.json version
1 parent 57eafad commit 3f57ff8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: plugins/browser-plugin-element-tracking/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@snowplow/browser-plugin-element-tracking",
3-
"version": "3.24.4",
3+
"version": "4.1.0",
44
"description": "Snowplow element tracking",
55
"homepage": "https://github.com/snowplow/snowplow-javascript-tracker",
66
"bugs": "https://github.com/snowplow/snowplow-javascript-tracker/issues",
@@ -48,6 +48,6 @@
4848
"typescript": "~4.6.2"
4949
},
5050
"peerDependencies": {
51-
"@snowplow/browser-tracker": "~3.24.4"
51+
"@snowplow/browser-tracker": "~4.1.0"
5252
}
5353
}

0 commit comments

Comments
 (0)