From fdc2c49fa3a734320e5a1b2d7678d3feaa792462 Mon Sep 17 00:00:00 2001 From: Mikhail Rachinskiy Date: Sun, 31 Jul 2022 23:14:55 +0400 Subject: [PATCH] Version bump 2.13.1 --- README.md | 6 +++--- __init__.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ea43ed0..c4e3635 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Features: How to install ========================== -1. Download [JewelCraft 2.13][download_latest].1 +1. Download [JewelCraft 2.13.1][download_latest].1 2. Make sure you have Blender 3 or newer. 3. Open `Preferences` → `Add-ons` category. 4. Use `Install` to install add-on from downloaded zip archive.2 @@ -36,7 +36,7 @@ How to install Установка ========================== -1. Загрузите [JewelCraft 2.13][download_latest].1 +1. Загрузите [JewelCraft 2.13.1][download_latest].1 2. Убедитесь, что у вас установлен Blender 3 или новее. 3. Откройте `Preferences` → `Add-ons`. 4. Воспользуйтесь `Install` чтобы установить аддон из загруженного архива.2 @@ -70,6 +70,6 @@ Contributing * After translation is done submit it back through [issues][submit_translation]. -[download_latest]: https://github.com/mrachinskiy/jewelcraft/releases/download/v2.13.0-blender3.0.0/jewelcraft-2_13_0.zip +[download_latest]: https://github.com/mrachinskiy/jewelcraft/releases/download/v2.13.1-blender3.0.0/jewelcraft-2_13_1.zip [report_bug]: https://github.com/mrachinskiy/jewelcraft/issues/new?template=bug_report.md [submit_translation]: https://github.com/mrachinskiy/jewelcraft/issues/new?labels=translation&template=contribute-translation.md diff --git a/__init__.py b/__init__.py index 4518a6e..c475b74 100644 --- a/__init__.py +++ b/__init__.py @@ -4,7 +4,7 @@ bl_info = { "name": "JewelCraft", "author": "Mikhail Rachinskiy", - "version": (2, 13, 0), + "version": (2, 13, 1), "blender": (3, 0, 0), "location": "3D View > Sidebar", "description": "Jewelry design toolkit.",