Skip to content

Commit

Permalink
0.0.26
Browse files Browse the repository at this point in the history
  • Loading branch information
mauriciolauffer committed Jun 17, 2021
1 parent f543844 commit 57a331e
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion dist/resources/openui5/tour/.library
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<library xmlns="http://www.sap.com/sap.ui.library.xsd">
<name>openui5.tour</name>
<vendor>Mauricio Lauffer</vendor>
<version>0.0.25</version>
<version>0.0.26</version>
<documentation>An OpenUI5 library to give a guided tour through your UI5 webapp.</documentation>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion dist/resources/openui5/tour/Tour-dbg.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ function(Control) {
* OpenUI5 Tour.
*
* @author Mauricio Lauffer
* @version 0.0.25
* @version 0.0.26
*
* @class
* @namespace
Expand Down
2 changes: 1 addition & 1 deletion dist/resources/openui5/tour/TourStep-dbg.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ function(Button, ButtonType, PlacementType, ResponsivePopover, Control) {
* Tour Step is a popup with the details to be displayed
*
* @author Mauricio Lauffer
* @version 0.0.25
* @version 0.0.26
*
* @class
* @namespace
Expand Down
4 changes: 2 additions & 2 deletions dist/resources/openui5/tour/library-dbg.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ sap.ui.define([
* @namespace
* @name openui5.tour
* @author Mauricio Lauffer
* @version 0.0.25
* @version 0.0.26
* @public
*/
return sap.ui.getCore().initLibrary({
Expand All @@ -30,6 +30,6 @@ sap.ui.define([
'openui5.tour.TourStep'
],
noLibraryCSS: true,
version: '0.0.25'
version: '0.0.26'
});
});
4 changes: 2 additions & 2 deletions dist/resources/openui5/tour/library-preload.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/resources/openui5/tour/library.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
* (c) Copyright 2017-2021 Mauricio Lauffer
* Licensed under the MIT license. See LICENSE file in the project root for full license information.
*/
sap.ui.define(["sap/ui/core/library","sap/m/library"],function(){"use strict";return sap.ui.getCore().initLibrary({name:"openui5.tour",dependencies:["sap.ui.core","sap.m"],controls:["openui5.tour.Tour","openui5.tour.TourStep"],noLibraryCSS:true,version:"0.0.25"})});
sap.ui.define(["sap/ui/core/library","sap/m/library"],function(){"use strict";return sap.ui.getCore().initLibrary({name:"openui5.tour",dependencies:["sap.ui.core","sap.m"],controls:["openui5.tour.Tour","openui5.tour.TourStep"],noLibraryCSS:true,version:"0.0.26"})});
2 changes: 1 addition & 1 deletion dist/resources/openui5/tour/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"id": "openui5.tour",
"type": "library",
"applicationVersion": {
"version": "0.0.25"
"version": "0.0.26"
},
"title": "An OpenUI5 library to give a guided tour through your UI5 webapp."
},
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "openui5-tour",
"version": "0.0.25",
"version": "0.0.26",
"description": "An OpenUI5 library to give a guided tour through your UI5 webapp.",
"homepage": "https://github.com/mauriciolauffer/openui5-tour#readme",
"author": "Mauricio Lauffer",
Expand Down

0 comments on commit 57a331e

Please sign in to comment.