Skip to content

Commit

Permalink
Version bump 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mrachinskiy committed Aug 3, 2019
1 parent e515eb6 commit 0825f1a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ How to install
==========================

1. Download the add-on:<sup>1</sup>
* [**Blender 2.80** Commotion v2.0.0 (pre-release).][v2_0_0]
* [**Blender 2.79** Commotion v1.7.3.][v1_7_3]
* [**Blender 2.80** Commotion v2.0.1][v2_0_1]
* [**Blender 2.79** Commotion v1.7.3][v1_7_3]
2. Open `Preferences``Add-ons` category.
3. Use `Install` to install add-on from downloaded zip archive.

Expand All @@ -31,8 +31,8 @@ How to install
==========================

1. Загрузите аддон:<sup>1</sup>
* [**Blender 2.80** Commotion v2.0.0 (пре-релиз).][v2_0_0]
* [**Blender 2.79** Commotion v1.7.3.][v1_7_3]
* [**Blender 2.80** Commotion v2.0.1][v2_0_1]
* [**Blender 2.79** Commotion v1.7.3][v1_7_3]
2. Откройте `Preferences``Add-ons`.
3. Воспользуйтесь `Install` чтобы установить аддон из загруженного архива.

Expand All @@ -49,6 +49,6 @@ Contributing
* [Open new issue][new_issue], be sure to include Blender and add-on versions, and screenshot showing the error message.


[v2_0_0]: https://github.com/mrachinskiy/commotion/releases/download/v2.0.0/commotion-2_0_0.zip
[v2_0_1]: https://github.com/mrachinskiy/commotion/releases/download/v2.0.1/commotion-2_0_1.zip
[v1_7_3]: https://github.com/mrachinskiy/commotion/releases/download/v1.7.3/commotion-1_7_3.zip
[new_issue]: https://github.com/mrachinskiy/commotion/issues/new
2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
bl_info = {
"name": "Commotion",
"author": "Mikhail Rachinskiy",
"version": (2, 0, 0),
"version": (2, 0, 1),
"blender": (2, 80, 0),
"location": "3D View > Sidebar",
"description": "Animation offset tools for motion graphics.",
Expand Down

0 comments on commit 0825f1a

Please sign in to comment.