Skip to content

Commit

Permalink
Update block json
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinBatdorf committed Sep 13, 2022
1 parent 5157462 commit 2f27146
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Contributors: kbat82
Tags: block, stable diffusion, ai, prompt, artificial intelligence
Tested up to: 6.0
Stable tag: 0.1.0
Stable tag: 0.1.1
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -52,5 +52,8 @@ This plugin provides an interface to the Replicate API and requires you have an

== Changelog ==

= 0.1.1 =
- Update block.json information

= 0.1.0 =
- Initial release
4 changes: 2 additions & 2 deletions src/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"apiVersion": 2,
"name": "kevinbatdorf/stable-diffusion",
"version": "0.1.0",
"title": "Image Prompt",
"title": "Block Diffusion",
"category": "media",
"description": "Run text prompts through various AI models using the Replicate cloud API.",
"description": "Generate unique images from text prompts using AI",
"attributes": {},
"supports": {
"html": false
Expand Down
2 changes: 1 addition & 1 deletion stable-diffusion.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Description: AI Image Generation from text prompts using the Replicate API.
* Requires at least: 5.8
* Requires PHP: 7.0
* Version: 0.1.0
* Version: 0.1.1
* Author: Kevin Batdorf
* License: GPL-2.0-or-later
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
Expand Down

0 comments on commit 2f27146

Please sign in to comment.