From c18f52aa00add8de90bd8e889782046efd65ab12 Mon Sep 17 00:00:00 2001 From: Ken Date: Fri, 12 Jan 2018 17:22:11 -0500 Subject: [PATCH 1/2] Bump version. --- native/macos/Blockstack/Blockstack/Info.plist | 4 ++-- native/macos/Blockstack/BlockstackLauncher/Info.plist | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/native/macos/Blockstack/Blockstack/Info.plist b/native/macos/Blockstack/Blockstack/Info.plist index efd46732a..561725924 100644 --- a/native/macos/Blockstack/Blockstack/Info.plist +++ b/native/macos/Blockstack/Blockstack/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 0.22.0 + 0.22.1 CFBundleURLTypes @@ -30,7 +30,7 @@ CFBundleVersion - 83 + 84 LSApplicationCategoryType public.app-category.utilities LSMinimumSystemVersion diff --git a/native/macos/Blockstack/BlockstackLauncher/Info.plist b/native/macos/Blockstack/BlockstackLauncher/Info.plist index 2cb054ca0..c89f18ab2 100644 --- a/native/macos/Blockstack/BlockstackLauncher/Info.plist +++ b/native/macos/Blockstack/BlockstackLauncher/Info.plist @@ -17,9 +17,9 @@ CFBundlePackageType APPL CFBundleShortVersionString - 0.22.0 + 0.22.1 CFBundleVersion - 83 + 84 LSApplicationCategoryType public.app-category.utilities LSBackgroundOnly From ff4a270ef977a78a21989fd5a272dc723db8200b Mon Sep 17 00:00:00 2001 From: Ken Date: Fri, 12 Jan 2018 17:22:52 -0500 Subject: [PATCH 2/2] Bump version. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a6a8d7e6d..455ffe4f8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "blockstack-browser", - "version": "0.22.0", + "version": "0.22.1", "author": "Blockstack PBC ", "description": "The Blockstack browser", "license": "MPL-2.0",