From 089b8b90707683ff1a8ffbaafc8fc96827f0bac4 Mon Sep 17 00:00:00 2001 From: Sergi Almacellas Abellana Date: Wed, 14 Nov 2018 11:23:05 +0100 Subject: [PATCH] Use 5.0.0-alpha as version number Closes #582 --- package.json | 2 +- papaparse.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 90e8ca8..ae43241 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "papaparse", - "version": "4.6.2", + "version": "5.0.0-alpha", "description": "Fast and powerful CSV parser for the browser that supports web workers and streaming large files. Converts CSV to JSON and JSON to CSV.", "keywords": [ "csv", diff --git a/papaparse.js b/papaparse.js index f39a108..8703ec8 100755 --- a/papaparse.js +++ b/papaparse.js @@ -1,6 +1,6 @@ /* @license Papa Parse -v4.6.2 +v5.0.0-alpha https://github.com/mholt/PapaParse License: MIT */