Skip to content

Commit

Permalink
version 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jcubic committed Jan 23, 2018
1 parent de37ba1 commit 89b2a28
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 15 deletions.
3 changes: 2 additions & 1 deletion .npmignore
Expand Up @@ -4,8 +4,9 @@ bower.*
package.in package.in
Makefile* Makefile*
README.in README.in
node_modules
examples examples
bin bin
css/jquery.filebrowser-*.css css/jquery.filebrowser-*.css
js/jquery.filebrowser-*.js js/jquery.filebrowser-*.js
version version
2 changes: 1 addition & 1 deletion Makefile
@@ -1,4 +1,4 @@
VERSION=0.8.0 VERSION=0.8.1
COMPRESS=uglifyjs COMPRESS=uglifyjs
SED=sed SED=sed
CP=cp CP=cp
Expand Down
4 changes: 1 addition & 3 deletions README.md
@@ -1,9 +1,7 @@
# jQuery File Browser version 0.8.0 # jQuery File Browser version 0.8.1


jQuery File Browser is a plugin for creating OS like file browsers. jQuery File Browser is a plugin for creating OS like file browsers.


<a href="https://app.codesponsor.io/link/mm9ExaTRnnyn4TH8MFkSL6zG/jcubic/jquery.filebrowser" rel="nofollow"><img src="https://app.codesponsor.io/embed/mm9ExaTRnnyn4TH8MFkSL6zG/jcubic/jquery.filebrowser.svg" style="width: 888px; height: 68px;" alt="Sponsor" /></a>

[Demo](http://codepen.io/jcubic/pen/aBKYRR) [Demo](http://codepen.io/jcubic/pen/aBKYRR)


# installation # installation
Expand Down
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{ {
"name": "jquery.filebrowser", "name": "jquery.filebrowser",
"version": "0.8.0", "version": "0.8.1",
"main": [ "main": [
"js/jquery.filebrowser.js", "js/jquery.filebrowser.js",
"css/jquery.filebrowser.css" "css/jquery.filebrowser.css"
Expand Down
4 changes: 2 additions & 2 deletions css/jquery.filebrowser.css
@@ -1,11 +1,11 @@
/*! /*!
* *
* jQuery File Browser - directory browser jQuery plugin version 0.8.0 * jQuery File Browser - directory browser jQuery plugin version 0.8.1
* *
* Copyright (c) 2016-2017 Jakub Jankiewicz <http://jcubic.pl/me> * Copyright (c) 2016-2017 Jakub Jankiewicz <http://jcubic.pl/me>
* Released under the MIT license * Released under the MIT license
* *
* Date: Wed, 06 Sep 2017 07:27:03 +0000 * Date: Tue, 23 Jan 2018 17:34:00 +0000
*/ */
.browser-widget.hidden, .browser-widget .hidden { .browser-widget.hidden, .browser-widget .hidden {
visibility: hidden; visibility: hidden;
Expand Down
4 changes: 2 additions & 2 deletions css/jquery.filebrowser.min.css

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

4 changes: 2 additions & 2 deletions js/jquery.filebrowser.js
@@ -1,11 +1,11 @@
/**@license /**@license
* *
* jQuery File Browser - directory browser jQuery plugin version 0.8.0 * jQuery File Browser - directory browser jQuery plugin version 0.8.1
* *
* Copyright (c) 2016-2017 Jakub Jankiewicz <http://jcubic.pl/me> * Copyright (c) 2016-2017 Jakub Jankiewicz <http://jcubic.pl/me>
* Released under the MIT license * Released under the MIT license
* *
* Date: Sun, 10 Sep 2017 08:12:03 +0000 * Date: Tue, 23 Jan 2018 17:33:59 +0000
*/ */
/* global setTimeout jQuery File Directory */ /* global setTimeout jQuery File Directory */
(function($, undefined) { (function($, undefined) {
Expand Down

0 comments on commit 89b2a28

Please sign in to comment.