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

Commit fa6cca7

Browse files
committed
version bump
1 parent c4d618c commit fa6cca7

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
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": "2.0.2",
4+
"version": "2.1.0",
55
"homepage": "https://github.com/Blobfolio/blob-select",
66
"authors": [
77
"Josh Stoik"

component.json

Lines changed: 1 addition & 1 deletion
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.2",
5+
"version": "2.1.0",
66
"scripts": [
77
"dist/js/blobselect.min.js"
88
],

composer.json

Lines changed: 1 addition & 1 deletion
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.2",
5+
"version": "2.1.0",
66
"homepage": "https:\/\/github.com\/Blobfolio\/blob-select",
77
"license": "WTFPL",
88
"authors": [

src/js/blobselect.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* Blob-select
33
*
4-
* @version 2.0.3
4+
* @version 2.1.0
55
* @author Blobfolio, LLC <[email protected]>
66
* @package vue-blob-forms
77
* @license WTFPL <http://www.wtfpl.net>

0 commit comments

Comments
 (0)