Skip to content

Commit

Permalink
bump version number
Browse files Browse the repository at this point in the history
and date
  • Loading branch information
Mariusthvdb authored May 16, 2022
1 parent 21ae788 commit c67382c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions custom-icons.js
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ const CUSTOM_ICONS_MAP = {
keywords: ["temp","climate","home"]
},

"home-pulse":{
"home-pulse":{
path:"M21,17a1,1,0,0,1-1,1H19v2H5V18H4a1,1,0,0,1,0-2H8a1,1,0,0,0,.89-.55L10,13.24l2.11,4.21a1,1,0,0,0,1.78,0L14.62,16H20A1,1,0,0,1,21,17ZM5,14H7.38l1.73-3.45a1,1,0,0,1,1.78,0L13,14.76l.11-.21A1,1,0,0,1,14,14h5V12h3L12,3,2,12H5Z",
keywords: ["home","quake"]
},
Expand Down Expand Up @@ -230,8 +230,8 @@ window.customIconsets = window.customIconsets || {};
window.customIconsets["cil"] = getIcon;

const Name = "Custom-icons";
const Version = "0.1.8";
const Description = "22020514";
const Version = "0.2.0";
const Description = "22020516";
const Url = "https://github.com/Mariusthvdb/custom-icons";
console.info(
`%c ${Name} \n%c Version ${Version} ${Description}`,
Expand Down

0 comments on commit c67382c

Please sign in to comment.