From e4f0889a342de1bf4cc69559890246e3398a35ba Mon Sep 17 00:00:00 2001 From: Bram van der Veen <96aa48@gmail.com> Date: Tue, 24 Jan 2017 20:06:55 +0100 Subject: [PATCH] Upped a version and updated the README.md --- README.md | 3 ++- package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 543c4a9..d0c843d 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,10 @@ ![galaxygen in urxvt](https://i.imgur.com/lrZOJWy.gif) +*Note: I just updated the main code to a newer version, I also refactored most of the code to ES6 standards.* + A quite complex galaxy generater based on the work seen [here](http://loewald.com/galaxy). I'm currently making a game that needed a generated galaxy, so I thought that someone else could maybe use this tool as well. -In this newer version (v1.1.0) I took care of some inconsistencies that caused the program to spit out different galaxies on the same seed. Have fun! diff --git a/package.json b/package.json index 44ea9eb..de333f9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "galaxygen", - "version": "1.1.0", + "version": "2.0.0", "description": "A galaxy generator based on loewald.com/galaxy", "main": "index.js", "scripts": {