From 6e1854a9ff83d2bebf827416905020a8df3ce461 Mon Sep 17 00:00:00 2001 From: Ken Date: Thu, 20 Dec 2018 18:00:46 -0500 Subject: [PATCH] Version bump to v0.35.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 0369714e1..c38e99ff9 100644 --- a/native/macos/Blockstack/Blockstack/Info.plist +++ b/native/macos/Blockstack/Blockstack/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 0.34.2 + 0.35.1 CFBundleURLTypes @@ -30,7 +30,7 @@ CFBundleVersion - 111 + 113 LSApplicationCategoryType public.app-category.utilities LSMinimumSystemVersion diff --git a/native/macos/Blockstack/BlockstackLauncher/Info.plist b/native/macos/Blockstack/BlockstackLauncher/Info.plist index 41a108bc8..351a07254 100644 --- a/native/macos/Blockstack/BlockstackLauncher/Info.plist +++ b/native/macos/Blockstack/BlockstackLauncher/Info.plist @@ -17,9 +17,9 @@ CFBundlePackageType APPL CFBundleShortVersionString - 0.34.2 + 0.35.1 CFBundleVersion - 111 + 113 LSApplicationCategoryType public.app-category.utilities LSBackgroundOnly diff --git a/package.json b/package.json index e861db3ae..04de5e1c7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "blockstack-browser", "description": "The Blockstack browser", - "version": "0.34.2", + "version": "0.35.1", "author": "Blockstack PBC ", "dependencies": { "bigi": "^1.4.2",