Skip to content

Commit

Permalink
Bumping to version 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
brian-learningpool committed Oct 17, 2014
1 parent be0f968 commit 8858120
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
11 changes: 7 additions & 4 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
{
"name": "adapt-contrib-tutor",
"version": "0.0.1",
"version": "1.1.1",
"homepage": "https://github.com/adaptlearning/adapt-contrib-tutor",
"authors": [
"Kevin Corry <kevinc@learningpool.com>"
],
"description": "A basic feedback overlay for question components",
"displayName" : "Tutor",
"extension" : "tutor",
"description": "An extension which provides a basic feedback overlay for question components",
"main": "/js/adapt-contrib-tutor.js",
"keywords": [
"adapt-plugin",
"adapt-extension"
],
"license": "GPLv3"
}
"license": "GPLv3",
"targetAttribute": "_tutor"
}
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "adapt-contrib-tutor",
"version": "0.0.1",
"version": "1.1.1",
"description": "A basic feedback overlay for question components",
"main": "",
"scripts": {
Expand All @@ -16,8 +16,8 @@
"url": "https://github.com/adaptlearning/adapt-contrib-tutor/issues"
},
"devDependencies": {
"karma": "~0.10",
"karma-mocha": "*",
"karma-expect": "*"
"karma": "0.10",
"karma-mocha": "0.1.0",
"karma-expect": "1.1.0"
}
}
}

0 comments on commit 8858120

Please sign in to comment.