bumped version...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2023-01-28 02:44:58 +03:00
parent b5c5330857
commit bcf3cf2741
3 changed files with 7 additions and 3 deletions

View File

@ -3058,6 +3058,10 @@ function(title, func){
.then(function(res){ .then(function(res){
return res }) } } return res }) } }
// XXX we need to flatten this once and in-place... // XXX we need to flatten this once and in-place...
// ...if we keep this code it will copy res
// on each call...
// ...if we splice the flattened data back
// into res it will be done on each call...
//return res && res.flat() }) } } //return res && res.flat() }) } }
// run... // run...

View File

@ -1,12 +1,12 @@
{ {
"name": "ImageGrid.Viewer.g4", "name": "ImageGrid.Viewer.g4",
"version": "4.0.4a", "version": "4.0.5a",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "ImageGrid.Viewer.g4", "name": "ImageGrid.Viewer.g4",
"version": "4.0.4a", "version": "4.0.5a",
"dependencies": { "dependencies": {
"app-module-path": "*", "app-module-path": "*",
"async-json": "0.0.2", "async-json": "0.0.2",

View File

@ -1,7 +1,7 @@
{ {
"name": "ImageGrid.Viewer.g4", "name": "ImageGrid.Viewer.g4",
"main": "index.html", "main": "index.html",
"version": "4.0.4a", "version": "4.0.5a",
"author": "Alex A. Naanou <alex.nanou@gmail.com> (https://github.com/flynx)", "author": "Alex A. Naanou <alex.nanou@gmail.com> (https://github.com/flynx)",
"contributors": [], "contributors": [],
"repository": "github:flynx/ImageGrid", "repository": "github:flynx/ImageGrid",