From 52a5abb3879713177e2ebf4cce80b86a1d340ddc Mon Sep 17 00:00:00 2001 From: eb1 Date: Thu, 27 Jul 2017 09:08:15 -0500 Subject: [PATCH] Bump version to 0.9.0 --- package.json | 2 +- www/config.xml | 2 +- www/js/views/AdaptViews.js | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) 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'),