diff --git a/README.md b/README.md index b87132cfd..a7b9f67ef 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ![OpenSupports](http://www.opensupports.com/logo.png) -[![Build Status](https://travis-ci.org/opensupports/opensupports.svg?branch=master)](https://travis-ci.org/opensupports/opensupports) v4.10.0 +[![Build Status](https://travis-ci.org/opensupports/opensupports.svg?branch=master)](https://travis-ci.org/opensupports/opensupports) v4.11.0 OpenSupports is an open source ticket system built primarily with PHP and ReactJS. Please, visit our website for more information: [http://www.opensupports.com/](http://www.opensupports.com/) diff --git a/client/package-lock.json b/client/package-lock.json index d2f12643e..5d7114a1f 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -1,12 +1,12 @@ { "name": "OpenSupports", - "version": "4.10.0", + "version": "4.11.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "OpenSupports", - "version": "4.10.0", + "version": "4.11.0", "dependencies": { "axios": "^0.21.1", "chart.js": "^2.9.3", diff --git a/client/package.json b/client/package.json index 759a7e50f..09e6732b8 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "OpenSupports", - "version": "4.10.0", + "version": "4.11.0", "author": "Ivan Diaz ", "description": "Open source ticket system made with PHP and ReactJS", "repository": { diff --git a/client/src/config.js b/client/src/config.js index 243c489fe..204c933bf 100644 --- a/client/src/config.js +++ b/client/src/config.js @@ -1,4 +1,4 @@ -opensupports_version = '4.10.0'; +opensupports_version = '4.11.0'; root = 'http://localhost:3000'; apiRoot = 'http://localhost:3000/api'; globalIndexPath = ''; diff --git a/client/src/index.php b/client/src/index.php index 3773d5985..8d1b21147 100755 --- a/client/src/index.php +++ b/client/src/index.php @@ -21,7 +21,7 @@