chore(package) v15.3.3

This commit is contained in:
coderaiser 2021-01-18 21:57:16 +02:00
parent c057b950c8
commit 11cc63adcd
4 changed files with 10 additions and 3 deletions

View file

@ -1,3 +1,10 @@
2021.01.18, v15.3.3
fix:
- (dom) bug in Firefox with Imagus extension enabled: change getCurrentName to read from `data-name` instead of `title` (#313)
- (client) dom: goToDirectory
2021.01.18, v15.3.2
fix:

View file

@ -1,4 +1,4 @@
# Cloud Commander v15.3.2
# Cloud Commander v15.3.3
### [Main][MainURL] [Blog][BlogURL] Live(![Heroku][Heroku_LIVE_IMG] [Heroku][HerokuURL])

View file

@ -1,4 +1,4 @@
# Cloud Commander v15.3.2 [![Build Status][BuildStatusIMGURL]][BuildStatusURL] [![Codacy][CodacyIMG]][CodacyURL] [![Gitter][GitterIMGURL]][GitterURL]
# Cloud Commander v15.3.3 [![Build Status][BuildStatusIMGURL]][BuildStatusURL] [![Codacy][CodacyIMG]][CodacyURL] [![Gitter][GitterIMGURL]][GitterURL]
### [Main][MainURL] [Blog][BlogURL] Live([Heroku][HerokuURL])

View file

@ -1,6 +1,6 @@
{
"name": "cloudcmd",
"version": "15.3.2",
"version": "15.3.3",
"author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
"description": "File manager for the web with console and editor",
"homepage": "http://cloudcmd.io",