Merge branch 'release/1.0.1' into develop

This commit is contained in:
Robert Machmer 2016-01-12 16:11:43 +01:00
commit f8f4391cf3
2 changed files with 4 additions and 1 deletions

View File

@ -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

View File

@ -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 = [[