Skip to content

Commit bac6386

Browse files
author
Sergi Almacellas Abellana
committedNov 21, 2018
Beta version bump
1 parent 46160ee commit bac6386

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed
 

‎package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "papaparse",
3-
"version": "5.0.0-alpha",
3+
"version": "5.0.0-beta.0",
44
"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.",
55
"keywords": [
66
"csv",

‎papaparse.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* @license
22
Papa Parse
3-
v5.0.0-alpha
3+
v5.0.0-beta.0
44
https://github.com/mholt/PapaParse
55
License: MIT
66
*/

‎papaparse.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.