diff --git a/README.md b/README.md index ddac8400..d5555caf 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.4.0 +[![Build Status](https://travis-ci.org/opensupports/opensupports.svg?branch=master)](https://travis-ci.org/opensupports/opensupports) v4.5.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/src/config.js b/client/src/config.js index e4bbdc8d..a4be84b9 100644 --- a/client/src/config.js +++ b/client/src/config.js @@ -1,4 +1,4 @@ -opensupports_version = '4.4.0'; +opensupports_version = '4.5.0'; root = 'http://localhost:3000'; apiRoot = 'http://localhost:3000/api'; globalIndexPath = ''; diff --git a/client/src/index.php b/client/src/index.php index abd6c654..00e15fac 100755 --- a/client/src/index.php +++ b/client/src/index.php @@ -19,7 +19,7 @@