Browse Source

Minor version bump

pull/496/head 4.4.0
Sergi Almacellas Abellana 7 years ago
parent
commit
ce4cc56cf5
  1. 2
      package.json
  2. 2
      papaparse.js
  3. 6
      papaparse.min.js

2
package.json

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
{
"name": "papaparse",
"version": "4.3.7",
"version": "4.4.0",
"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",

2
papaparse.js

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
/*@license
Papa Parse
v4.3.7
v4.4.0
https://github.com/mholt/PapaParse
License: MIT
*/

6
papaparse.min.js vendored

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save