diff --git a/README.md b/README.md index 8ee12c44b..fd46e2b3b 100644 --- a/README.md +++ b/README.md @@ -79,6 +79,9 @@ In addition to the many fine folk who submit bug reports, a big thanks to the fo ## Changelog +3.2.8 - Sep 12, 2017 +- misc bug fixes + 3.2.7 - Jul 29, 2017 - "Computed" Data Type added. - misc bug fixes diff --git a/package.json b/package.json index a815f24e8..a36ebf331 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "generatedata", - "version": "3.2.7", + "version": "3.2.8", "description": "free, GNU-licensed, random custom data generator for testing software", "main": "gruntfile.js", "directories": { diff --git a/resources/classes/Core.class.php b/resources/classes/Core.class.php index ceac476c2..0bc2279ba 100644 --- a/resources/classes/Core.class.php +++ b/resources/classes/Core.class.php @@ -35,8 +35,8 @@ class Core { private static $apiEnabled = false; // non-overridable settings - private static $version = "3.2.7"; - private static $releaseDate = "2017-07-29"; + private static $version = "3.2.8"; + private static $releaseDate = "2017-09-12"; private static $minimumPHPVersion = "5.3.0"; private static $minimumMySQLVersion = "4.1.3"; private static $settingsFileExists = false;