Skip to content
This repository was archived by the owner on Jun 25, 2023. It is now read-only.

Commit cdab75c

Browse files
committed
version bump
1 parent 83fb79f commit cdab75c

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "blob-select",
33
"main": "src/js/blobselect.js",
4-
"version": "1.1.0",
4+
"version": "2.0.2",
55
"homepage": "https://github.com/Blobfolio/blob-select",
66
"authors": [
77
"Josh Stoik"
@@ -25,4 +25,4 @@
2525
"type": "git",
2626
"url": "git://github.com/Blobfolio/blob-select.git"
2727
}
28-
}
28+
}

component.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "blob-select",
33
"repo": "blobfolio/blob-select",
44
"description": "A dependency-free Javascript plugin for styling SELECT elements with an emphasis on markup simplicity and performance.",
5-
"version": "2.0.1",
5+
"version": "2.0.2",
66
"scripts": [
77
"dist/js/blobselect.min.js"
88
],
@@ -15,4 +15,4 @@
1515
"dist/css/blobselect.css"
1616
],
1717
"license": "WTFPL"
18-
}
18+
}

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "blobfolio\/blob-select",
33
"description": "A dependency-free Javascript plugin for styling SELECT elements with an emphasis on markup simplicity and performance.",
44
"type": "component",
5-
"version": "2.0.1",
5+
"version": "2.0.2",
66
"homepage": "https:\/\/github.com\/Blobfolio\/blob-select",
77
"license": "WTFPL",
88
"authors": [
@@ -30,4 +30,4 @@
3030
]
3131
}
3232
}
33-
}
33+
}

0 commit comments

Comments
 (0)