diff --git a/bower.json b/bower.json index d6bb3bc..4621f92 100644 --- a/bower.json +++ b/bower.json @@ -1,12 +1,11 @@ { "name": "adapt-xAPI", - "version": "2.0.0", + "version": "2.1.0", "framework": ">=3.0.0", "homepage": "https://github.com/cgkineo/adapt-xAPI", "issues": "https://github.com/cgkineo/adapt-xAPI/issues", - "extension": "xapi", - "targetAttribute": "_xapi", "displayName": "xAPI", + "extension": "xapi", "description": "An extension which allows the Experience API (xAPI) to collect data on human performance, stored within a suitable Learning Record Store (LRS).", "main": "/js/adapt-xapi.js", "keywords": [ @@ -18,6 +17,7 @@ "experience api", "tracking" ], + "targetAttribute": "_xapi", "license": "GPL-3.0", "private": true, "devDependencies": { diff --git a/package.json b/package.json index 5fccc89..4621f92 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "adapt-xAPI", - "version": "2.0.0", + "version": "2.1.0", "framework": ">=3.0.0", "homepage": "https://github.com/cgkineo/adapt-xAPI", "issues": "https://github.com/cgkineo/adapt-xAPI/issues",