Skip to content

Commit

Permalink
Release 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CodelineRed committed Jan 19, 2020
1 parent 27657db commit 4ed140e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "insanitymeetshh/file-sharing",
"description": "File Sharing - InsanityMeetsHH",
"version": "3.2.0-dev",
"version": "3.2.0",
"keywords": ["microframework", "rest", "router", "psr7", "doctrine", "twig", "localisation", "acl", "login", "csrf", "2fa", "upload", "download", "share", "files"],
"homepage": "http://fs.insanitymeetshh.net",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "file-sharing",
"version": "3.2.0-dev",
"version": "3.2.0",
"description": "Third party JS and CSS files for File Sharing",
"keywords": [
"gulp",
Expand Down
2 changes: 1 addition & 1 deletion public/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
//error_reporting(E_ALL);
//ini_set('display_errors', TRUE);
//ini_set('display_startup_errors', TRUE);
define('FILE_SHARING_VERSION', '3.2.0-dev');
define('FILE_SHARING_VERSION', '3.2.0');

require __DIR__ . '/../vendor/autoload.php';

Expand Down

0 comments on commit 4ed140e

Please sign in to comment.