Skip to content

Commit

Permalink
Version bump 2.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mrachinskiy committed Jul 31, 2022
1 parent 732ed40 commit fdc2c49
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Features:
How to install
==========================

1. Download [JewelCraft 2.13][download_latest].<sup>1</sup>
1. Download [JewelCraft 2.13.1][download_latest].<sup>1</sup>
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.<sup>2</sup>
Expand All @@ -36,7 +36,7 @@ How to install
Установка
==========================

1. Загрузите [JewelCraft 2.13][download_latest].<sup>1</sup>
1. Загрузите [JewelCraft 2.13.1][download_latest].<sup>1</sup>
2. Убедитесь, что у вас установлен Blender 3 или новее.
3. Откройте `Preferences``Add-ons`.
4. Воспользуйтесь `Install` чтобы установить аддон из загруженного архива.<sup>2</sup>
Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down

0 comments on commit fdc2c49

Please sign in to comment.