Skip to content

Commit

Permalink
feat(campaign-tracker): compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
martijnvdbrug committed Oct 31, 2024
1 parent 3c9c07b commit 36bd586
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/vendure-plugin-campaign-tracker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pinelab/vendure-plugin-campaign-tracker",
"version": "0.0.1",
"version": "0.0.2",
"description": "Compare different campaign and ads sources with server side revenue tracking.",
"author": "Martijn van de Brug <[email protected]>",
"homepage": "https://pinelab-plugins.com/",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import path from 'path';
configuration: (config) => {
return config;
},
compatibility: '>=3.0.0',
compatibility: '>=2.2.0',
adminApiExtensions: {
schema: adminApiExtensions,
resolvers: [CampaignTrackerAdminResolver],
Expand Down

0 comments on commit 36bd586

Please sign in to comment.