From 564a6b25c3cce6d03bbb44ce62858383cba63fc3 Mon Sep 17 00:00:00 2001 From: kasperisager <kasperisager@gmail.com> Date: Mon, 3 Feb 2014 13:20:48 -0500 Subject: [PATCH] Fixes #6: Bump required Vanilla version. Related to #2 and #7 as well --- about.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/about.php b/about.php index 5c37d9a..c153a3a 100644 --- a/about.php +++ b/about.php @@ -7,5 +7,5 @@ $ThemeInfo['bootstrap'] = array( 'Author' => 'Kasper K. Isager', 'AuthorEmail' => 'kasperisager@gmail.com', 'AuthorUrl' => 'https://github.com/kasperisager', - 'RequiredApplications' => array('Vanilla' => '2.1.x') + 'RequiredApplications' => array('Vanilla' => '2.2.x') ); -- GitLab