Skip to content

Commit 49c1e8f

Browse files
vveerrggclaude
andcommitted
chore: bump version to v1.5.2 and rebuild distros
Companion app redesign, browser detection, bundle ID fix, Docker cleanup. Chrome and Safari sideload ZIPs updated. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent d559ec3 commit 49c1e8f

9 files changed

Lines changed: 15 additions & 15 deletions

File tree

apple/NostrKey.xcodeproj/project.pbxproj

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -845,7 +845,7 @@
845845
"@executable_path/Frameworks",
846846
"@executable_path/../../Frameworks",
847847
);
848-
MARKETING_VERSION = 1.5.0;
848+
MARKETING_VERSION = 1.5.2;
849849
OTHER_LDFLAGS = (
850850
"-framework",
851851
SafariServices,
@@ -875,7 +875,7 @@
875875
"@executable_path/Frameworks",
876876
"@executable_path/../../Frameworks",
877877
);
878-
MARKETING_VERSION = 1.5.0;
878+
MARKETING_VERSION = 1.5.2;
879879
OTHER_LDFLAGS = (
880880
"-framework",
881881
SafariServices,
@@ -915,7 +915,7 @@
915915
"$(inherited)",
916916
"@executable_path/Frameworks",
917917
);
918-
MARKETING_VERSION = 1.5.0;
918+
MARKETING_VERSION = 1.5.2;
919919
OTHER_LDFLAGS = (
920920
"-framework",
921921
SafariServices,
@@ -958,7 +958,7 @@
958958
"$(inherited)",
959959
"@executable_path/Frameworks",
960960
);
961-
MARKETING_VERSION = 1.5.0;
961+
MARKETING_VERSION = 1.5.2;
962962
OTHER_LDFLAGS = (
963963
"-framework",
964964
SafariServices,
@@ -998,7 +998,7 @@
998998
"@executable_path/../../../../Frameworks",
999999
);
10001000
MACOSX_DEPLOYMENT_TARGET = 11.0;
1001-
MARKETING_VERSION = 1.5.0;
1001+
MARKETING_VERSION = 1.5.2;
10021002
OTHER_LDFLAGS = (
10031003
"-framework",
10041004
SafariServices,
@@ -1032,7 +1032,7 @@
10321032
"@executable_path/../../../../Frameworks",
10331033
);
10341034
MACOSX_DEPLOYMENT_TARGET = 11.0;
1035-
MARKETING_VERSION = 1.5.0;
1035+
MARKETING_VERSION = 1.5.2;
10361036
OTHER_LDFLAGS = (
10371037
"-framework",
10381038
SafariServices,
@@ -1080,7 +1080,7 @@
10801080
"@executable_path/../Frameworks",
10811081
);
10821082
MACOSX_DEPLOYMENT_TARGET = 13.5;
1083-
MARKETING_VERSION = 1.5.0;
1083+
MARKETING_VERSION = 1.5.2;
10841084
OTHER_LDFLAGS = (
10851085
"-framework",
10861086
SafariServices,
@@ -1129,7 +1129,7 @@
11291129
"@executable_path/../Frameworks",
11301130
);
11311131
MACOSX_DEPLOYMENT_TARGET = 13.5;
1132-
MARKETING_VERSION = 1.5.0;
1132+
MARKETING_VERSION = 1.5.2;
11331133
OTHER_LDFLAGS = (
11341134
"-framework",
11351135
SafariServices,

distros/chrome/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"default_locale": "en",
44
"name": "__MSG_extension_name__",
55
"description": "__MSG_extension_description__",
6-
"version": "1.5.0",
6+
"version": "1.5.2",
77
"short_name": "NostrKey",
88
"author": "Humanjava Enterprises Inc",
99
"homepage_url": "https://nostrkey.com",

distros/safari/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"default_locale": "en",
44
"name": "__MSG_extension_name__",
55
"description": "__MSG_extension_description__",
6-
"version": "1.5.0",
6+
"version": "1.5.2",
77
"author": "Humanjava Enterprises Inc",
88
"homepage_url": "https://nostrkey.com",
99
"icons": {

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nostrkey",
3-
"version": "1.5.1",
3+
"version": "1.5.2",
44
"description": "Nostr key manager and signer for web apps. Securely store your private keys and sign events without exposing them to websites.",
55
"source": [
66
"background.js",

src/chrome-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"default_locale": "en",
44
"name": "__MSG_extension_name__",
55
"description": "__MSG_extension_description__",
6-
"version": "1.5.1",
6+
"version": "1.5.2",
77
"short_name": "NostrKey",
88
"author": "Humanjava Enterprises Inc",
99
"homepage_url": "https://nostrkey.com",

src/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"default_locale": "en",
44
"name": "__MSG_extension_name__",
55
"description": "__MSG_extension_description__",
6-
"version": "1.5.1",
6+
"version": "1.5.2",
77
"author": "Humanjava Enterprises Inc",
88
"homepage_url": "https://nostrkey.com",
99
"icons": {

0 commit comments

Comments
 (0)