diff --git a/History.md b/History.md index b9a5a70..8ead85a 100644 --- a/History.md +++ b/History.md @@ -1,6 +1,6 @@ 3.0.0 / 2018-03-18 ================== - +* [[`cb0d8f1bc6`]](https://github.com/TooTallNate/plist.js/commit/cb0d8f1bc60dee423f8fc2cfcac427452dfaddb0) update Makefile, rebuild dist/ (Mike Reinstein) * [[`9dfeffe73f`]](https://github.com/TooTallNate/plist.js/commit/9dfeffe73fdb447ac5a87ee364a1472975f12adf) remove unsupported browser versions from travis (Mike Reinstein) * [[`c962bfe1ea`]](https://github.com/TooTallNate/plist.js/commit/c962bfe1ea04dd87966250253d33738bceecab61) update module deps, remove support for node < 6 (Mike Reinstein) diff --git a/package.json b/package.json index f4b8544..0a0bd63 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "plist", "description": "Mac OS X Plist parser/builder for Node.js and browsers", - "version": "2.1.0", + "version": "3.0.0", "author": "Nathan Rajlich ", "contributors": [ "Hans Huebner ",