From 50c3d674e8166f5870459978db41c5ee37ca7305 Mon Sep 17 00:00:00 2001 From: Ben Keen Date: Sun, 15 Nov 2015 12:03:25 -0800 Subject: [PATCH] 3.2.3 --- README.md | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 76e86f49e..6564c746a 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,8 @@ so *Data Types* (types of data it generates), plus 8 *Export Types* (formats for in any way you want. Check out the [developer documentation](http://benkeen.github.io/generatedata/developer.html) for that. -Generally the trunk is pretty stable, but it's never guaranteed. If you're downloading the code, I'd suggest getting -the most recent tag: https://github.com/benkeen/generatedata/releases +Generally the trunk is pretty stable, but it's never guaranteed. If you're downloading the script, get the most recent +tag: https://github.com/benkeen/generatedata/releases ## Requirements - PHP 5.3 or later @@ -76,7 +76,7 @@ In addition to the many fine folk who submit bug reports, a big thanks to the fo ## Changelog -3.2.3 - ** In Development ** +3.2.3 - Nov 15, 2015 - SIRET/SIREN Data Type added (French business numbers) added. Merci, [Fabrice Marquès](https://github.com/fmarques56)! - Bug fixes: https://github.com/benkeen/generatedata/issues?utf8=%E2%9C%93&q=milestone%3A3.2.3+ diff --git a/package.json b/package.json index 3143c17a5..a3567cae9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "generatedata", - "version": "3.2.2", + "version": "3.2.3", "description": "free, GNU-licensed, random custom data generator for testing software", "main": "gruntfile.js", "directories": {