Skip to content

Commit

Permalink
Merge pull request #245 from eb1/master
Browse files Browse the repository at this point in the history
Bump version to 0.9.0
  • Loading branch information
eb1 authored Jul 27, 2017
2 parents c416e72 + 52a5abb commit 31859a2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "adapt-it-mobile",
"version": "0.8.5",
"version": "0.9.0",
"description": "Adapt It Mobile",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion www/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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">
<name short="adapt-it-mobile" xml:lang="en">Adapt It Mobile</name>
<description xml:lang="en">
Expand Down
1 change: 0 additions & 1 deletion www/js/views/AdaptViews.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'),
Expand Down

0 comments on commit 31859a2

Please sign in to comment.