Skip to content

Commit

Permalink
Merge pull request #3 from crnormand/release
Browse files Browse the repository at this point in the history
Update module.json
  • Loading branch information
crnormand authored Feb 3, 2022
2 parents 1545e26 + 9dc79e6 commit ff83752
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions module.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "image-previewer",
"title": "Image Previewer",
"description": "A little app to preview images on hover in the file picker menu.",
"version": "0.8",
"author": "Felix#6196",
"description": "A little app to preview images when you hover over them in the file picker menu.",
"version": "0.9",
"author": "Chris Normand/Nose66#6689",
"scripts": ["./image-previewer.js"],
"styles": ["./image-previewer.css"],
"packs": [],
"url": "https://github.com/syl3r86/image-previewer",
"manifest": "https://raw.githubusercontent.com/syl3r86/image-previewer/master/module.json",
"download": "https://github.com/syl3r86/image-previewer/archive/master.zip",
"url": "https://github.com/crnormand/image-previewer",
"manifest": "https://raw.githubusercontent.com/crnormand/image-previewer/release/module.json",
"download": "https://github.com/crnormand/image-previewer/archive/0.9.zip",
"minimumCoreVersion": "9",
"compatibleCoreVersion": "9"
}

0 comments on commit ff83752

Please sign in to comment.