diff --git a/package.json b/package.json
index cd4f306b..caf75de1 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "adapt-it-mobile",
- "version": "0.8.5",
+ "version": "0.9.0",
"description": "Adapt It Mobile",
"repository": {
"type": "git",
diff --git a/www/config.xml b/www/config.xml
index 57c687a3..eea5a7b7 100644
--- a/www/config.xml
+++ b/www/config.xml
@@ -4,7 +4,7 @@
xmlns:android = "http://schemas.android.com/apk/res/android"
id = "org.adaptit.adaptitmobile"
versionCode = "1"
- version = "0.8.5"
+ version = "0.9.0"
defaultlocale = "en">
Adapt It Mobile
diff --git a/www/js/views/AdaptViews.js b/www/js/views/AdaptViews.js
index 1c922a51..02b7d467 100644
--- a/www/js/views/AdaptViews.js
+++ b/www/js/views/AdaptViews.js
@@ -24,7 +24,6 @@ define(function (require) {
Handlebars = require('handlebars'),
Backbone = require('backbone'),
Marionette = require('marionette'),
- featherlight = require('featherlight'),
featherlightGallery = require('featherlightGallery'),
i18next = require('i18n'),
hopscotch = require('hopscotch'),