Skip to content
This repository has been archived by the owner on Apr 8, 2022. It is now read-only.

Commit

Permalink
v2.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Javier Aguilar committed Sep 16, 2016
1 parent fa6317e commit 57f0614
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion dist/css/bootstrap-colorpicker.css

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

2 changes: 1 addition & 1 deletion dist/css/bootstrap-colorpicker.css.map

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

2 changes: 1 addition & 1 deletion dist/css/bootstrap-colorpicker.min.css

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

2 changes: 1 addition & 1 deletion dist/js/bootstrap-colorpicker.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Bootstrap Colorpicker v2.3.4
* Bootstrap Colorpicker v2.3.5
* https://itsjaviaguilar.github.io/bootstrap-colorpicker/
*
* Originally written by (c) 2012 Stefan Petre
Expand Down
2 changes: 1 addition & 1 deletion dist/js/bootstrap-colorpicker.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<body>
<div class="container">
<div class="page-header">
<h1><i class="glyphicon glyphicon-tint"></i> Bootstrap Colorpicker 2.3.4
<h1><i class="glyphicon glyphicon-tint"></i> Bootstrap Colorpicker 2.3.5
<small>for Twitter Bootstrap</small>
</h1>
</div>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bootstrap-colorpicker",
"version": "2.3.4",
"version": "2.3.5",
"description": "Fancy and customizable colorpicker plugin for Twitter Bootstrap",
"main": "./dist/js/bootstrap-colorpicker.js",
"homepage": "https://itsjaviaguilar.com/bootstrap-colorpicker/",
Expand Down
2 changes: 1 addition & 1 deletion src/js/colorpicker-plugin-wrapper.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Bootstrap Colorpicker v2.3.4
* Bootstrap Colorpicker v2.3.5
* https://itsjaviaguilar.github.io/bootstrap-colorpicker/
*
* Originally written by (c) 2012 Stefan Petre
Expand Down
2 changes: 1 addition & 1 deletion src/less/colorpicker.less
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Bootstrap Colorpicker v2.3.4
* Bootstrap Colorpicker v2.3.5
* https://itsjaviaguilar.github.io/bootstrap-colorpicker/
*
* Originally written by (c) 2012 Stefan Petre
Expand Down
2 changes: 1 addition & 1 deletion src/sass/_colorpicker.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Bootstrap Colorpicker v2.3.4
* Bootstrap Colorpicker v2.3.5
* https://itsjaviaguilar.github.io/bootstrap-colorpicker/
*
* Originally written by (c) 2012 Stefan Petre
Expand Down

0 comments on commit 57f0614

Please sign in to comment.