From be1d302ea1f3c3b285441d7249bd3d64a56e7be1 Mon Sep 17 00:00:00 2001 From: Larry Salibra Date: Thu, 19 Oct 2017 05:10:26 +0800 Subject: [PATCH] bump versions --- native/macos/Blockstack/Blockstack/Info.plist | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/native/macos/Blockstack/Blockstack/Info.plist b/native/macos/Blockstack/Blockstack/Info.plist index 11e18d6f8..1860482d2 100644 --- a/native/macos/Blockstack/Blockstack/Info.plist +++ b/native/macos/Blockstack/Blockstack/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 0.18.0 + 0.18.1 CFBundleURLTypes @@ -30,7 +30,7 @@ CFBundleVersion - 58 + 59 LSApplicationCategoryType public.app-category.utilities LSMinimumSystemVersion diff --git a/package.json b/package.json index 2eaaac67e..1f54434a1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "blockstack-browser", - "version": "0.18.0", + "version": "0.18.1", "author": "Blockstack PBC ", "description": "The Blockstack browser", "license": "MPL-2.0",