Skip to content

Commit e0400a6

Browse files
author
Punya Aachman
committed
Updated Changelog, addon version
1 parent ec48aa5 commit e0400a6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Sorcar is a **procedural modeling node-based system** which utilises Blender and
1515

1616
## Release & Instructions
1717

18-
[Latest Release (v3.1.2)](https://github.com/aachman98/Sorcar/releases/latest)
18+
[Latest Release (v3.1.3)](https://github.com/aachman98/Sorcar/releases/latest)
1919
</br>*Requirement: Blender 2.80 or later*
2020

2121
1. Download the zip file and install it as a Blender addon (Edit -> Preferences... -> Add-ons-> Install...)
@@ -81,15 +81,15 @@ and more...!
8181

8282
## Changelog
8383

84-
#### [Unreleased]
84+
#### v3.1.3
8585

8686
- Added "For-Each Component Loop" nodes
8787
- Added "Get/Set Variable" nodes
8888
- Added "To Sphere" transform node
8989
- Added "Select Vertices by Connections" selection node
90+
- Fixed issue with reset() attribute
9091
- Improved "For" & "For-Each" loop nodes
9192
- Improved "Select Manually" node
92-
- Fixed issue with reset() attribute
9393

9494
#### v3.1.2
9595

__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
bl_info = {
1818
"name": "Sorcar",
1919
"author": "Punya Aachman",
20-
"version": (3, 1, 2),
20+
"version": (3, 1, 3),
2121
"blender": (2, 80, 0),
2222
"location": "Node Editor",
2323
"description": "Create procedural meshes using Node Editor",

0 commit comments

Comments
 (0)