From 51cc500a2ee10ad9794f0a6f3bbca425cbea0a5a Mon Sep 17 00:00:00 2001 From: brighthas Date: Fri, 20 Jun 2014 08:26:36 +0800 Subject: [PATCH] update README --- README.md | 15 ++++++++++++++- package.json | 4 ++-- 2 files changed, 16 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e218514..6099eef 100644 --- a/README.md +++ b/README.md @@ -121,6 +121,10 @@ Gamma of image (0 if not specified) Changelog ============ +### 0.4.3 - 19 June 2014 + - fixed fill + - fix(chunkstream): max call stack thrown when parsing large pngs + ### 0.4.0 - Jun 05 2013 - fixed reading of destroyed input stream @@ -138,12 +142,21 @@ Changelog ### 0.1.0-alpha - 19 Aug 2012 - First version + +Contributors +============ + +brighthas https://github.com/brighthas + +steelsojka https://github.com/steelsojka + + License ========= (The MIT License) -Copyright (c) 2012 Kuba Niegowski +Copyright (c) 2014 brighthas Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/package.json b/package.json index 09bc09e..b5fa726 100644 --- a/package.json +++ b/package.json @@ -4,12 +4,12 @@ "description": "Simple PNG encoder/decoder", "author": "Kuba Niegowski", "contributors": [], - "homepage": "https://github.com/niegowski/node-pngjs/", + "homepage": "https://github.com/brighthas/node-pngjs/", "keywords": [ "png" ], "engines": { - "node": "0.8.x" + "node": "0.10.x" }, "main": "./lib/png.js", "directories": {