Skip to content

Commit 3cc0ef5

Browse files
committed
Update translations and bump to 1.1.2
1 parent 6a2f52b commit 3cc0ef5

File tree

14 files changed

+1258
-565
lines changed

14 files changed

+1258
-565
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ pip install replicate
3636

3737
2. **Extract the release**
3838

39-
This will create a folder named `dream-prompter-{version}` (e.g., `dream-prompter-1.1.1`)
39+
This will create a folder named `dream-prompter-{version}` (e.g., `dream-prompter-1.1.2`)
4040

4141
3. **Move to your GIMP plugins folder with the correct name:**
4242

@@ -48,10 +48,10 @@ pip install replicate
4848
Example for Linux:
4949

5050
```bash
51-
# Extract creates dream-prompter-1.1.1/
52-
unzip dream-prompter-1.1.1.zip
51+
# Extract creates dream-prompter-1.1.2/
52+
unzip dream-prompter-1.1.2.zip
5353
# Move to correct location with correct name
54-
mv dream-prompter-1.1.1 ~/.config/GIMP/3.0/plug-ins/dream-prompter
54+
mv dream-prompter-1.1.2 ~/.config/GIMP/3.0/plug-ins/dream-prompter
5555
```
5656

5757
4. **Make executable** (Linux/macOS only):

dream-prompter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
from i18n import _, DOMAIN # noqa: E402
2121

2222
PLUGIN_NAME = "dream-prompter"
23-
PLUGIN_VERSION = "1.1.1"
23+
PLUGIN_VERSION = "1.1.2"
2424
PLUGIN_DESCRIPTION = "AI-powered image creation/editing with Replicate models"
2525

2626

0 commit comments

Comments
 (0)