Skip to content

Commit

Permalink
Updated extension version
Browse files Browse the repository at this point in the history
  • Loading branch information
rarous committed Jul 11, 2022
1 parent bc7596f commit b2ca9dc
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
20 changes: 10 additions & 10 deletions apple/Hlídač Shopů.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -626,7 +626,7 @@
"@executable_path/Frameworks",
"@executable_path/../../Frameworks",
);
MARKETING_VERSION = 1.9.43;
MARKETING_VERSION = 1.9.44;
PRODUCT_BUNDLE_IDENTIFIER = "com.topmonks.hlidac-shopu.ShareExtension";
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = iphoneos;
Expand All @@ -653,7 +653,7 @@
"@executable_path/Frameworks",
"@executable_path/../../Frameworks",
);
MARKETING_VERSION = 1.9.43;
MARKETING_VERSION = 1.9.44;
PRODUCT_BUNDLE_IDENTIFIER = "com.topmonks.hlidac-shopu.ShareExtension";
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = iphoneos;
Expand Down Expand Up @@ -790,7 +790,7 @@
"@executable_path/Frameworks",
"@executable_path/../../Frameworks",
);
MARKETING_VERSION = 1.9.43;
MARKETING_VERSION = 1.9.44;
OTHER_LDFLAGS = (
"-framework",
SafariServices,
Expand Down Expand Up @@ -821,7 +821,7 @@
"@executable_path/Frameworks",
"@executable_path/../../Frameworks",
);
MARKETING_VERSION = 1.9.43;
MARKETING_VERSION = 1.9.44;
OTHER_LDFLAGS = (
"-framework",
SafariServices,
Expand Down Expand Up @@ -859,7 +859,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.9.43;
MARKETING_VERSION = 1.9.44;
OTHER_LDFLAGS = (
"-framework",
SafariServices,
Expand Down Expand Up @@ -897,7 +897,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.9.43;
MARKETING_VERSION = 1.9.44;
OTHER_LDFLAGS = (
"-framework",
SafariServices,
Expand Down Expand Up @@ -932,7 +932,7 @@
"@executable_path/../../../../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.14;
MARKETING_VERSION = 1.9.43;
MARKETING_VERSION = 1.9.44;
OTHER_LDFLAGS = (
"-framework",
SafariServices,
Expand Down Expand Up @@ -964,7 +964,7 @@
"@executable_path/../../../../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.14;
MARKETING_VERSION = 1.9.43;
MARKETING_VERSION = 1.9.44;
OTHER_LDFLAGS = (
"-framework",
SafariServices,
Expand Down Expand Up @@ -1000,7 +1000,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.14;
MARKETING_VERSION = 1.9.43;
MARKETING_VERSION = 1.9.44;
OTHER_LDFLAGS = (
"-framework",
SafariServices,
Expand Down Expand Up @@ -1037,7 +1037,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.14;
MARKETING_VERSION = 1.9.43;
MARKETING_VERSION = 1.9.44;
OTHER_LDFLAGS = (
"-framework",
SafariServices,
Expand Down
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 @@
"default_locale": "cs",
"name": "__MSG_extensionName__",
"description": "__MSG_extensionDescription__",
"version": "1.9.43",
"version": "1.9.44",
"author": "TopMonks s.r.o. & contributors",
"homepage_url": "https://www.hlidacshopu.cz/",
"applications": {
Expand Down
2 changes: 1 addition & 1 deletion extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hlidac-shopu/extension",
"version": "1.9.43",
"version": "1.9.44",
"description": "Extension",
"dependencies": {
"@hlidac-shopu/lib": "^1.3.7",
Expand Down
2 changes: 1 addition & 1 deletion extension/popup/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ <h1>
/>
</svg>
</a>
<small>1.9.43</small>
<small>1.9.44</small>
</h1>
<div class="c">
<p>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hlidac-shopu",
"version": "1.9.43",
"version": "1.9.44",
"private": true,
"description": "Rozšíření zobrazuje historická data pro největší české eshopy.",
"author": "TopMonks s.r.o. & contributors",
Expand Down
2 changes: 1 addition & 1 deletion www.hlidacshopu.cz/src/static/webapp.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.9.43",
"version": "1.9.44",
"name": "Hlídač Shopů",
"description": "Ověřte si, jestli v nejoblíbenějších českých e-shopech nakupujete opravdu se slevou.",
"type": "web",
Expand Down

0 comments on commit b2ca9dc

Please sign in to comment.