Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
antelle committed Aug 7, 2021
1 parent 733bb8a commit 9832e61
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "KeeWeb Connect",
"version": "0.3.6",
"version": "0.3.7",
"manifest_version": 2,
"description": "__MSG_description__",
"icons": {
Expand Down Expand Up @@ -64,4 +64,4 @@
"description": "__MSG_cmdInsertOther__"
}
}
}
}
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "keeweb-connect",
"version": "0.3.6",
"version": "0.3.7",
"description": "KeeWeb",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -56,4 +56,4 @@
"preact": "^10.5.13",
"tweetnacl": "^1.0.3"
}
}
}
16 changes: 8 additions & 8 deletions xcode/KeeWeb Connect.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@
CODE_SIGN_ENTITLEMENTS = "KeeWeb Connect Extension/KeeWeb_Connect_Extension.entitlements";
CODE_SIGN_IDENTITY = "3rd Party Mac Developer Application";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 7;
CURRENT_PROJECT_VERSION = 8;
DEVELOPMENT_TEAM = 3LE7JZ657W;
ENABLE_HARDENED_RUNTIME = YES;
INFOPLIST_FILE = "KeeWeb Connect Extension/Info.plist";
Expand All @@ -433,7 +433,7 @@
"@executable_path/../../../../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.15;
MARKETING_VERSION = 0.3.6;
MARKETING_VERSION = 0.3.7;
PRODUCT_BUNDLE_IDENTIFIER = "net.antelle.keeweb-connect.extension";
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand All @@ -447,7 +447,7 @@
CODE_SIGN_ENTITLEMENTS = "KeeWeb Connect Extension/KeeWeb_Connect_Extension.entitlements";
CODE_SIGN_IDENTITY = "3rd Party Mac Developer Application";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 7;
CURRENT_PROJECT_VERSION = 8;
DEVELOPMENT_TEAM = 3LE7JZ657W;
ENABLE_HARDENED_RUNTIME = YES;
INFOPLIST_FILE = "KeeWeb Connect Extension/Info.plist";
Expand All @@ -457,7 +457,7 @@
"@executable_path/../../../../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.15;
MARKETING_VERSION = 0.3.6;
MARKETING_VERSION = 0.3.7;
PRODUCT_BUNDLE_IDENTIFIER = "net.antelle.keeweb-connect.extension";
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand All @@ -474,7 +474,7 @@
CODE_SIGN_IDENTITY = "3rd Party Mac Developer Application";
CODE_SIGN_STYLE = Manual;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 7;
CURRENT_PROJECT_VERSION = 8;
DEVELOPMENT_TEAM = 3LE7JZ657W;
ENABLE_HARDENED_RUNTIME = YES;
INFOPLIST_FILE = "KeeWeb Connect/Info.plist";
Expand All @@ -483,7 +483,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.15;
MARKETING_VERSION = 0.3.6;
MARKETING_VERSION = 0.3.7;
PRODUCT_BUNDLE_IDENTIFIER = "net.antelle.keeweb-connect";
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand All @@ -499,7 +499,7 @@
CODE_SIGN_IDENTITY = "3rd Party Mac Developer Application";
CODE_SIGN_STYLE = Manual;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 7;
CURRENT_PROJECT_VERSION = 8;
DEVELOPMENT_TEAM = 3LE7JZ657W;
ENABLE_HARDENED_RUNTIME = YES;
INFOPLIST_FILE = "KeeWeb Connect/Info.plist";
Expand All @@ -508,7 +508,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.15;
MARKETING_VERSION = 0.3.6;
MARKETING_VERSION = 0.3.7;
PRODUCT_BUNDLE_IDENTIFIER = "net.antelle.keeweb-connect";
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down

0 comments on commit 9832e61

Please sign in to comment.