From f0749d55e0dac71ec7fec624ec97db3f19e46bfb Mon Sep 17 00:00:00 2001 From: Ken Date: Wed, 15 Aug 2018 11:57:12 -0400 Subject: [PATCH] Bump version to v0.31.1 --- native/macos/Blockstack/Blockstack/Info.plist | 4 ++-- native/macos/Blockstack/BlockstackLauncher/Info.plist | 4 ++-- package.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/native/macos/Blockstack/Blockstack/Info.plist b/native/macos/Blockstack/Blockstack/Info.plist index 1f2d7da63..b7e7c3ef6 100644 --- a/native/macos/Blockstack/Blockstack/Info.plist +++ b/native/macos/Blockstack/Blockstack/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 0.31.0 + 0.31.1 CFBundleURLTypes @@ -30,7 +30,7 @@ CFBundleVersion - 101 + 102 LSApplicationCategoryType public.app-category.utilities LSMinimumSystemVersion diff --git a/native/macos/Blockstack/BlockstackLauncher/Info.plist b/native/macos/Blockstack/BlockstackLauncher/Info.plist index bdf6badc2..f39e96a90 100644 --- a/native/macos/Blockstack/BlockstackLauncher/Info.plist +++ b/native/macos/Blockstack/BlockstackLauncher/Info.plist @@ -17,9 +17,9 @@ CFBundlePackageType APPL CFBundleShortVersionString - 0.31.0 + 0.31.1 CFBundleVersion - 101 + 102 LSApplicationCategoryType public.app-category.utilities LSBackgroundOnly diff --git a/package.json b/package.json index cef22dd57..843234f29 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "blockstack-browser", "description": "The Blockstack browser", - "version": "0.31.0", + "version": "0.31.1", "author": "Blockstack PBC ", "dependencies": { "base64url": "^2.0.0",