Skip to content

Commit

Permalink
3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
benkeen committed Jul 19, 2019
1 parent df8e9e1 commit fa47552
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "generatedata",
"version": "3.3.0",
"version": "3.3.1",
"description": "free, GNU-licensed, random custom data generator for testing software",
"main": "gruntfile.js",
"directories": {
Expand Down
4 changes: 2 additions & 2 deletions resources/classes/Core.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ class Core {
private static $apiEnabled = false;

// non-overridable settings
private static $version = "3.3.0";
private static $releaseDate = "2019-06-30";
private static $version = "3.3.1";
private static $releaseDate = "2019-07-18";
private static $minimumPHPVersion = "5.3.0";
private static $minimumMySQLVersion = "4.1.3";
private static $settingsFileExists = false;
Expand Down

0 comments on commit fa47552

Please sign in to comment.