mirror of
https://github.com/rm-code/Graphoon.git
synced 2024-11-16 18:24:22 +00:00
Merge branch 'release/1.0.1' into develop
This commit is contained in:
commit
f8f4391cf3
@ -1,2 +1,5 @@
|
||||
## Version 1.0.1 ( 2016-01-12 )
|
||||
- Fix [#1](https://github.com/rm-code/Graphoon/issues/1) - Adjusted force calculation and hopefully made it more stable
|
||||
|
||||
## Version 1.0.0 ( 2016-01-12 )
|
||||
- Initial Release
|
||||
|
@ -1,5 +1,5 @@
|
||||
return {
|
||||
_VERSION = 'Graphoon v1.0.0',
|
||||
_VERSION = 'Graphoon v1.0.1',
|
||||
_DESCRIPTION = 'A force directed graph algorithm written in Lua.',
|
||||
_URL = 'https://github.com/rm-code/Graphoon',
|
||||
_LICENSE = [[
|
||||
|
Loading…
Reference in New Issue
Block a user