diff --git a/README.md b/README.md index 8650a4f2..c0ddc533 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ ![alt text](https://scontent-mia3-2.xx.fbcdn.net/v/t1.0-9/34504448_1051727904981394_3792026264861147136_o.png?_nc_cat=0&oh=91c3e19aeb45201ca43bc7e4ecd47160&oe=5C0971C5) + +# Download + +https://github.com/FSVAOS/VAOS/releases + # About The Virtual Aviation Operations System project is an open source and modern Virtual Community Management System developed for use in flight simulators such as Microsoft Flight Simulator, Prepar3D and X-Plane. Development of the system started in late 2014. @@ -28,4 +33,4 @@ Formerly known as the Virtual Airline Operations System. Head over to the VAOS wiki to get started with the full installation guide for shared and dedicated hosting: * [VAOS Wiki](https://github.com/FSVAOS/VAOS/wiki/Installation-Guide) -##### version 2.0.0b2 +##### version 2.0.0b3 diff --git a/config/app.php b/config/app.php index d7c18080..f6777be0 100644 --- a/config/app.php +++ b/config/app.php @@ -23,7 +23,7 @@ | version so it's called Beta 1, 2, 3... etc. !Edit, v1.0 has been released :) */ - 'version' => '2.0.0b3', + 'version' => '2.0.0b3b', /* |--------------------------------------------------------------------------