Skip to content

Commit

Permalink
Bumped version to 1.1.4
Browse files Browse the repository at this point in the history
Also added missing properties to bower.json.
  • Loading branch information
brian-learningpool committed Oct 14, 2014
1 parent 96e9196 commit 29656c7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
11 changes: 7 additions & 4 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,19 @@
{
"name": "adapt-contrib-spoor",
"version": "0.1.0",
"version": "1.1.4",
"homepage": "https://github.com/adaptlearning/adapt-contrib-spoor",
"authors": [
"Kevin Corry <[email protected]>",
"Kev Adsett <[email protected]?"
],
"description": "A basic scorm tracking plugin for Adapt",
"displayName" : "Spoor",
"extension" : "spoor",
"description": "An extension which allows basic SCORM tracking",
"main": "/js/adapt-contrib-spoor.js",
"keywords": [
"adapt-plugin",
"adapt-extension"
],
"license": "GPLv3"
}
"license": "GPLv3",
"targetAttribute": "_spoor"
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "adapt-contrib-spoor",
"version": "0.0.1",
"version": "1.1.4",
"description": "A basic scorm tracking plugin for Adapt",
"main": "",
"scripts": {
Expand All @@ -20,4 +20,4 @@
"karma-mocha": "0.1.0",
"karma-expect": "1.1.0"
}
}
}

0 comments on commit 29656c7

Please sign in to comment.