diff --git a/bootstrapextracomponents/META-INF/MANIFEST.MF b/bootstrapextracomponents/META-INF/MANIFEST.MF index a4cd381..672f112 100644 --- a/bootstrapextracomponents/META-INF/MANIFEST.MF +++ b/bootstrapextracomponents/META-INF/MANIFEST.MF @@ -1,7 +1,7 @@ Manifest-Version: 1.0 Bundle-SymbolicName: bootstrapextracomponents Bundle-Name: Bootstrap Extra Components -Bundle-Version: 1.1.3 +Bundle-Version: 1.1.4 Package-Type: Web-Component Name: badge/badge.spec diff --git a/bootstrapextracomponents/switch/switch.spec b/bootstrapextracomponents/switch/switch.spec index 05809cd..53e8f13 100644 --- a/bootstrapextracomponents/switch/switch.spec +++ b/bootstrapextracomponents/switch/switch.spec @@ -3,6 +3,7 @@ "displayName": "Switch", "version": 1, "definition": "bootstrapextracomponents/switch/switch.js", + "icon": "bootstrapextracomponents/icon/bootstrap-solid.png", "libraries": [ {"name":"switch.css", "version":"1.0.0", "url":"bootstrapextracomponents/switch/switch.css", "mimetype":"text/css"}, {"name":"bootstrap-switch.css", "version":"3.3.4", "url":"bootstrapextracomponents/switch/bootstrap-switch.css", "mimetype":"text/css"},