From 06586546d8e8987e9f77df1acb99570ca63bb6b0 Mon Sep 17 00:00:00 2001 From: Ryan Wachtl Date: Sun, 31 Jan 2016 22:02:11 -0600 Subject: [PATCH] Bump to version 1.1.9 Prepare for working on 2.0.x in master --- bower.json | 2 +- composer.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bower.json b/bower.json index 3eba4f8..fa037ab 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "silverstripe-foundation-theme", - "version": "1.1.8", + "version": "1.1.9", "private": "true", "dependencies": { "foundation": "zurb/bower-foundation" diff --git a/composer.json b/composer.json index b1ccebd..5a05b77 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ "homepage": "http://beyondusability.pro" } ], - "require": + "require": { "composer/installers": "*", "silverstripe/framework": "~3.1" @@ -26,4 +26,4 @@ "support": { "issues": "https://github.com/ryanwachtl/silverstripe-foundation-theme/issues" } -} \ No newline at end of file +}