Skip to content
This repository was archived by the owner on Jul 29, 2019. It is now read-only.

Commit 81189dd

Browse files
committed
Increase version
1 parent 705b7b7 commit 81189dd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/main/js/bundles/dn_introjs/config/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"Bundle-SymbolicName": "dn_introjs-config",
3-
"Bundle-Version": "1.0.4-SNAPSHOT",
3+
"Bundle-Version": "1.0.4",
44
"Bundle-Name": "${bundleName}",
55
"Bundle-Description": "${bundleDescription}",
66
"Bundle-Vendor": "con terra GmbH",

src/main/js/bundles/dn_introjs/manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"Bundle-SymbolicName": "dn_introjs",
3-
"Bundle-Version": "1.0.4-SNAPSHOT",
3+
"Bundle-Version": "1.0.4",
44
"Bundle-Name": "${bundleName}",
55
"Bundle-Description": "${bundleDescription}",
66
"Bundle-Vendor": "con terra GmbH",
@@ -109,6 +109,7 @@
109109
"dn_introjs.UserIntro"
110110
],
111111
"properties": {
112+
"enableCookie": true,
112113
"startIntroOnStartup": true,
113114
"showStepNumbers": false,
114115
"showBullets": true,
@@ -122,8 +123,7 @@
122123
"prevLabel": "${intro.back}",
123124
"skipLabel": "${intro.skip}",
124125
"doneLabel": "${intro.done}",
125-
"steps": [],
126-
"enableCookie": true
126+
"steps": []
127127
},
128128
"references": [
129129
{

0 commit comments

Comments
 (0)