Skip to content

Commit

Permalink
New version Stable 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
markusslima committed Aug 14, 2017
1 parent 54d5939 commit 30e9f0b
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

# [Bootstrap FileStyle v1.2.1](http://markusslima.github.io/bootstrap-filestyle/)
# [Bootstrap FileStyle v1.2.3 Stable](http://markusslima.github.io/bootstrap-filestyle/)

Bootstrap FileStyle is a quick and simple plugin to help style your form's file upload inputs.

Expand Down
2 changes: 1 addition & 1 deletion bootstrap-filestyle.jquery.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "bootstrap-filestyle",
"title": "Bootstrap styling input file",
"version": "v1.2",
"version": "v1.2.3",
"description": "jQuery FileStyle for Bootstrap - Customization of input html file for Bootstrap Twitter",
"keywords": ["jquery", "file", "upload", "boostrap", "multiple", "input", "style"],
"homepage": "http://markusslima.github.io/bootstrap-filestyle/",
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bootstrap-filestyle",
"version": "1.2.1",
"version": "1.2.3",
"homepage": "https://github.com/markusslima/bootstrap-filestyle",
"authors": [
"Markus Lima @markusslima"
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-filestyle",
"version": "1.2.1",
"version": "1.2.3",
"description": "Bootstrap FileStyle is a quick and simple plugin to help style your form's file upload inputs.",
"main": "src/bootstrap-filestyle.js",
"directories": {
Expand Down
2 changes: 1 addition & 1 deletion src/bootstrap-filestyle.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* github: https://github.com/markusslima/bootstrap-filestyle
*
* Copyright (c) 2017 Markus Vinicius da Silva Lima
* Version 1.2.2
* Version 1.2.3
* Licensed under the MIT license.
*/
(function($) {
Expand Down
2 changes: 1 addition & 1 deletion src/bootstrap-filestyle.min.js

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

2 changes: 1 addition & 1 deletion test/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script type="text/javascript" src="js/bootstrap.min.js"></script>
<script type="text/javascript" src="js/bootstrap.js"></script>
<script type="text/javascript" src="../src/bootstrap-filestyle.js"></script>
</head>

Expand Down

0 comments on commit 30e9f0b

Please sign in to comment.