diff --git a/README.md b/README.md index 83345bcf..ee61ee62 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@  -[](https://travis-ci.org/opensupports/opensupports) v4.6.0 +[](https://travis-ci.org/opensupports/opensupports) v4.6.1 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 21365449..61be451d 100644 --- a/client/src/config.js +++ b/client/src/config.js @@ -1,4 +1,4 @@ -opensupports_version = '4.6.0'; +opensupports_version = '4.6.1'; root = 'http://localhost:3000'; apiRoot = 'http://localhost:3000/api'; globalIndexPath = ''; diff --git a/client/src/index.php b/client/src/index.php index 7bff0a22..37cfb5ed 100755 --- a/client/src/index.php +++ b/client/src/index.php @@ -19,7 +19,7 @@