Browse Source

Bump version to 3.1.1 (hot fix release)

pull/93/head 3.1.1
Matthew Holt 11 years ago
parent
commit
ee1e667283
  1. 2
      papaparse.js
  2. 4
      papaparse.min.js
  3. 2
      parse.jquery.json

2
papaparse.js

@ -1,6 +1,6 @@
/* /*
Papa Parse Papa Parse
v3.1.0 v3.1.1
https://github.com/mholt/PapaParse https://github.com/mholt/PapaParse
*/ */
(function(global) (function(global)

4
papaparse.min.js vendored

File diff suppressed because one or more lines are too long

2
parse.jquery.json

@ -1,6 +1,6 @@
{ {
"name": "parse", "name": "parse",
"version": "3.1.0", "version": "3.1.1",
"title": "Papa Parse", "title": "Papa Parse",
"description": "Powerful CSV parser that converts CSV to JSON and JSON to CSV. Supports web workers and streaming large files. Gracefully handles malformed input.", "description": "Powerful CSV parser that converts CSV to JSON and JSON to CSV. Supports web workers and streaming large files. Gracefully handles malformed input.",
"keywords": [ "keywords": [

Loading…
Cancel
Save