Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
n1crack committed Oct 8, 2022
1 parent 265284e commit 092433c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ Html
- [ ] transfer items between adapters

### Known Issues
- [ ] Viewport height issue on mobile browsers
- [x] Viewport height issue on mobile browsers (fixed)
- [ ] Scrolling issue on ios devices (forced hidden scrollbar)
- [ ] Default storage naming error if not 'local' exists

Expand Down
2 changes: 1 addition & 1 deletion dist/vuefinder.js
Original file line number Diff line number Diff line change
Expand Up @@ -2507,7 +2507,7 @@ const ln = { class: "relative flex-auto flex flex-col overflow-hidden" }, cn = {
_e(Zs)
]));
}
}), qn = "1.1.12", Gn = { class: "p-1 text-xs border-t border-neutral-300 dark:border-gray-700/50 flex justify-between select-none" }, Jn = { class: "flex leading-5 items-center" }, Zn = ["aria-label"], Qn = /* @__PURE__ */ u("svg", {
}), qn = "1.1.13", Gn = { class: "p-1 text-xs border-t border-neutral-300 dark:border-gray-700/50 flex justify-between select-none" }, Jn = { class: "flex leading-5 items-center" }, Zn = ["aria-label"], Qn = /* @__PURE__ */ u("svg", {
xmlns: "http://www.w3.org/2000/svg",
class: "h-5 w-5",
fill: "none",
Expand Down
2 changes: 1 addition & 1 deletion dist/vuefinder.umd.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vuefinder",
"version": "1.1.12",
"version": "1.1.13",
"description": "Vuefinder is a file manager component for vuejs.",
"type": "module",
"files": [
Expand Down

0 comments on commit 092433c

Please sign in to comment.