diff --git a/dist/photoviewer.common.js b/dist/photoviewer.common.js index cbef07f..46aa942 100644 --- a/dist/photoviewer.common.js +++ b/dist/photoviewer.common.js @@ -5,7 +5,7 @@ * / ____/ __ / /_/ / / / / /_/ /| |/ // // /___ | |/ |/ / /___/ _, _/ * /_/ /_/ /_/\____/ /_/ \____/ |___/___/_____/ |__/|__/_____/_/ |_| * - * photoviewer - v3.7.3 + * photoviewer - v3.8.0 * A JS plugin to view images just like in Windows. * https://nzbin.github.io/photoviewer/ * diff --git a/dist/photoviewer.css b/dist/photoviewer.css index c593b87..7a46325 100644 --- a/dist/photoviewer.css +++ b/dist/photoviewer.css @@ -5,7 +5,7 @@ * / ____/ __ / /_/ / / / / /_/ /| |/ // // /___ | |/ |/ / /___/ _, _/ * /_/ /_/ /_/\____/ /_/ \____/ |___/___/_____/ |__/|__/_____/_/ |_| * - * photoviewer - v3.7.3 + * photoviewer - v3.8.0 * A JS plugin to view images just like in Windows. * https://nzbin.github.io/photoviewer/ * diff --git a/dist/photoviewer.esm.js b/dist/photoviewer.esm.js index 4cd833a..0f621c3 100644 --- a/dist/photoviewer.esm.js +++ b/dist/photoviewer.esm.js @@ -5,7 +5,7 @@ * / ____/ __ / /_/ / / / / /_/ /| |/ // // /___ | |/ |/ / /___/ _, _/ * /_/ /_/ /_/\____/ /_/ \____/ |___/___/_____/ |__/|__/_____/_/ |_| * - * photoviewer - v3.7.3 + * photoviewer - v3.8.0 * A JS plugin to view images just like in Windows. * https://nzbin.github.io/photoviewer/ * diff --git a/dist/photoviewer.js b/dist/photoviewer.js index 7484ec6..285b8b8 100644 --- a/dist/photoviewer.js +++ b/dist/photoviewer.js @@ -5,7 +5,7 @@ * / ____/ __ / /_/ / / / / /_/ /| |/ // // /___ | |/ |/ / /___/ _, _/ * /_/ /_/ /_/\____/ /_/ \____/ |___/___/_____/ |__/|__/_____/_/ |_| * - * photoviewer - v3.7.3 + * photoviewer - v3.8.0 * A JS plugin to view images just like in Windows. * https://nzbin.github.io/photoviewer/ * diff --git a/dist/photoviewer.min.css b/dist/photoviewer.min.css index 96a351c..16554da 100644 --- a/dist/photoviewer.min.css +++ b/dist/photoviewer.min.css @@ -5,7 +5,7 @@ * / ____/ __ / /_/ / / / / /_/ /| |/ // // /___ | |/ |/ / /___/ _, _/ * /_/ /_/ /_/\____/ /_/ \____/ |___/___/_____/ |__/|__/_____/_/ |_| * - * photoviewer - v3.7.3 + * photoviewer - v3.8.0 * A JS plugin to view images just like in Windows. * https://nzbin.github.io/photoviewer/ * diff --git a/dist/photoviewer.min.js b/dist/photoviewer.min.js index d04643e..2e60cf0 100644 --- a/dist/photoviewer.min.js +++ b/dist/photoviewer.min.js @@ -5,7 +5,7 @@ * / ____/ __ / /_/ / / / / /_/ /| |/ // // /___ | |/ |/ / /___/ _, _/ * /_/ /_/ /_/\____/ /_/ \____/ |___/___/_____/ |__/|__/_____/_/ |_| * - * photoviewer - v3.7.3 + * photoviewer - v3.8.0 * A JS plugin to view images just like in Windows. * https://nzbin.github.io/photoviewer/ * diff --git a/docs/css/photoviewer.css b/docs/css/photoviewer.css index c593b87..7a46325 100644 --- a/docs/css/photoviewer.css +++ b/docs/css/photoviewer.css @@ -5,7 +5,7 @@ * / ____/ __ / /_/ / / / / /_/ /| |/ // // /___ | |/ |/ / /___/ _, _/ * /_/ /_/ /_/\____/ /_/ \____/ |___/___/_____/ |__/|__/_____/_/ |_| * - * photoviewer - v3.7.3 + * photoviewer - v3.8.0 * A JS plugin to view images just like in Windows. * https://nzbin.github.io/photoviewer/ * diff --git a/docs/js/photoviewer.js b/docs/js/photoviewer.js index 7484ec6..285b8b8 100644 --- a/docs/js/photoviewer.js +++ b/docs/js/photoviewer.js @@ -5,7 +5,7 @@ * / ____/ __ / /_/ / / / / /_/ /| |/ // // /___ | |/ |/ / /___/ _, _/ * /_/ /_/ /_/\____/ /_/ \____/ |___/___/_____/ |__/|__/_____/_/ |_| * - * photoviewer - v3.7.3 + * photoviewer - v3.8.0 * A JS plugin to view images just like in Windows. * https://nzbin.github.io/photoviewer/ * diff --git a/package.json b/package.json index 20c8fb6..febfc44 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "photoviewer", - "version": "3.7.3", + "version": "3.8.0", "description": "A JS plugin to view images just like in Windows.", "main": "dist/photoviewer.common.js", "module": "dist/photoviewer.esm.js",