Skip to content

Commit 0e0ee8d

Browse files
committed
Build, version 4.1.0
1 parent 5b79808 commit 0e0ee8d

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2014 Matthew Holt
3+
Copyright (c) 2015 Matthew Holt
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy of
66
this software and associated documentation files (the "Software"), to deal in

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": "4.0.7",
3+
"version": "4.1.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
/*!
22
Papa Parse
3-
v4.0.7
3+
v4.1.0
44
https://github.com/mholt/PapaParse
55
*/
66
(function(global)

0 commit comments

Comments
 (0)