From 086c13a96975288a33e7acd9a19e87d4ac7d57ad Mon Sep 17 00:00:00 2001 From: Wedding DJ Date: Thu, 14 Jun 2018 16:17:01 -0400 Subject: [PATCH] bump version --- config/app.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/app.php b/config/app.php index 8874956..82eb40b 100644 --- a/config/app.php +++ b/config/app.php @@ -216,7 +216,7 @@ 'forum_url' => 'https://forum.ideaspacevr.org', 'disable_login' => false, - 'version' => '1.1.1', + 'version' => '1.1.2', 'aframe_lib' => 'aframe-v0.8.2.min.js', /* modified a-frame lib, in order to allow capture key events for WASD navigation within a bootstrap modal dialog (without using iframes) */ 'aframe_lib_for_assets' => 'aframe-asset-library-v0.8.2.min.js',