From 6cdf42f9e19bd99fe336ad7f7ae70fc3533ed115 Mon Sep 17 00:00:00 2001 From: Sapan Bhatia Date: Wed, 18 Jul 2018 07:14:28 -0700 Subject: [PATCH] Bump version for next alpha Summary: Bump version of alpha version of Prepack. Reviewed By: gaearon Differential Revision: D8892572 fbshipit-source-id: 129a265b5c8a725d4a09daa6811c0cc1a7ba2249 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d04770136..64589827a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "prepack", - "version": "0.2.44", + "version": "0.2.45-alpha.0", "description": "Execute a JS bundle, serialize global state and side effects to a snapshot that can be quickly restored.", "homepage": "https://github.com/facebook/prepack", "repository": {