Skip to content

Commit 3f7eff6

Browse files
Chore(release): 1.0.5 [skip ci]
## [1.0.5](v1.0.4...v1.0.5) (2023-02-10) ### Fix * Readyness for v1 AAT (fixes: #18) ([6b65200](6b65200)), closes [#18](#18)
1 parent 6b65200 commit 3f7eff6

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

bower.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
{
22
"name": "adapt-homeButton",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"framework": ">=5.19.1",
5+
"repository": {
6+
"type": "git",
7+
"url": "git://github.com/cgkineo/adapt-homeButton.git"
8+
},
59
"homepage": "https://github.com/cgkineo/adapt-homeButton",
6-
"bugs": "https://github.com/cgkineo/adapt-homeButton/issues",
10+
"issues": "https://github.com/cgkineo/adapt-homeButton/issues/",
711
"extension": "homeButton",
8-
"targetAttribute": "_homeButton",
912
"displayName": "Home Button",
1013
"description": "Add home button to course navigation. Allows hide or redirect of home button. Allows hide of back button.",
1114
"main": "/js/adapt-homeButton.js",
1215
"keywords": [
1316
"adapt-plugin",
1417
"adapt-extension"
1518
],
16-
"repository": {
17-
"type": "git",
18-
"url": "git://github.com/cgkineo/adapt-homeButton.git"
19-
},
19+
"targetAttribute": "_homeButton",
2020
"license": "GPL-3.0",
2121
"private": true,
2222
"devDependencies": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "adapt-homeButton",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"framework": ">=5.19.1",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)