Skip to content

Commit

Permalink
Prepare for release 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
svnhub committed Apr 26, 2022
1 parent 691c85d commit a192b6f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Extension/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Automatic handling of GDPR consent forms",
"author": "CAVI - Aarhus University",
"homepage_url": "https://github.com/cavi-au/Consent-O-Matic",
"version": "1.0.1",
"version": "1.0.2",
"manifest_version": 2,
"permissions": [
"activeTab",
Expand Down
16 changes: 8 additions & 8 deletions xcode/Consent-O-Matic.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -743,7 +743,7 @@
"@executable_path/Frameworks",
"@executable_path/../../Frameworks",
);
MARKETING_VERSION = 1.0.0;
MARKETING_VERSION = 1.0.2;
OTHER_LDFLAGS = (
"-framework",
SafariServices,
Expand Down Expand Up @@ -774,7 +774,7 @@
"@executable_path/Frameworks",
"@executable_path/../../Frameworks",
);
MARKETING_VERSION = 1.0.0;
MARKETING_VERSION = 1.0.2;
OTHER_LDFLAGS = (
"-framework",
SafariServices,
Expand Down Expand Up @@ -812,7 +812,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.0.0;
MARKETING_VERSION = 1.0.2;
OTHER_LDFLAGS = (
"-framework",
SafariServices,
Expand Down Expand Up @@ -850,7 +850,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.0.0;
MARKETING_VERSION = 1.0.2;
OTHER_LDFLAGS = (
"-framework",
SafariServices,
Expand Down Expand Up @@ -885,7 +885,7 @@
"@executable_path/../../../../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.14;
MARKETING_VERSION = 1.0.0;
MARKETING_VERSION = 1.0.2;
OTHER_LDFLAGS = (
"-framework",
SafariServices,
Expand Down Expand Up @@ -917,7 +917,7 @@
"@executable_path/../../../../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.14;
MARKETING_VERSION = 1.0.0;
MARKETING_VERSION = 1.0.2;
OTHER_LDFLAGS = (
"-framework",
SafariServices,
Expand Down Expand Up @@ -954,7 +954,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.14;
MARKETING_VERSION = 1.0.0;
MARKETING_VERSION = 1.0.2;
OTHER_LDFLAGS = (
"-framework",
SafariServices,
Expand Down Expand Up @@ -993,7 +993,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.14;
MARKETING_VERSION = 1.0.0;
MARKETING_VERSION = 1.0.2;
OTHER_LDFLAGS = (
"-framework",
SafariServices,
Expand Down

0 comments on commit a192b6f

Please sign in to comment.